@@ -2,7 +2,7 @@ error[E0277]: the trait bound `usize: GlobalAlloc` is not satisfied
2
2
--> $DIR/not-an-allocator.rs:2:11
3
3
|
4
4
LL | #[global_allocator]
5
- | ------------------- in this procedural macro expansion
5
+ | ------------------- in this macro attribute expansion
6
6
LL | static A: usize = 0;
7
7
| ^^^^^ the trait `GlobalAlloc` is not implemented for `usize`
8
8
|
@@ -12,7 +12,7 @@ error[E0277]: the trait bound `usize: GlobalAlloc` is not satisfied
12
12
--> $DIR/not-an-allocator.rs:2:11
13
13
|
14
14
LL | #[global_allocator]
15
- | ------------------- in this procedural macro expansion
15
+ | ------------------- in this macro attribute expansion
16
16
LL | static A: usize = 0;
17
17
| ^^^^^ the trait `GlobalAlloc` is not implemented for `usize`
18
18
|
@@ -23,7 +23,7 @@ error[E0277]: the trait bound `usize: GlobalAlloc` is not satisfied
23
23
--> $DIR/not-an-allocator.rs:2:11
24
24
|
25
25
LL | #[global_allocator]
26
- | ------------------- in this procedural macro expansion
26
+ | ------------------- in this macro attribute expansion
27
27
LL | static A: usize = 0;
28
28
| ^^^^^ the trait `GlobalAlloc` is not implemented for `usize`
29
29
|
@@ -34,7 +34,7 @@ error[E0277]: the trait bound `usize: GlobalAlloc` is not satisfied
34
34
--> $DIR/not-an-allocator.rs:2:11
35
35
|
36
36
LL | #[global_allocator]
37
- | ------------------- in this procedural macro expansion
37
+ | ------------------- in this macro attribute expansion
38
38
LL | static A: usize = 0;
39
39
| ^^^^^ the trait `GlobalAlloc` is not implemented for `usize`
40
40
|
0 commit comments