|
1 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 1 | +error: cannot find attribute `fake_attr` in this scope |
2 | 2 | --> $DIR/feature-gate-custom_attribute.rs:3:3
|
3 | 3 | |
|
4 | 4 | LL | #[fake_attr]
|
5 | 5 | | ^^^^^^^^^
|
6 | 6 |
|
7 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 7 | +error: cannot find attribute `fake_attr` in this scope |
8 | 8 | --> $DIR/feature-gate-custom_attribute.rs:4:3
|
9 | 9 | |
|
10 | 10 | LL | #[fake_attr(100)]
|
11 | 11 | | ^^^^^^^^^
|
12 | 12 |
|
13 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 13 | +error: cannot find attribute `fake_attr` in this scope |
14 | 14 | --> $DIR/feature-gate-custom_attribute.rs:5:3
|
15 | 15 | |
|
16 | 16 | LL | #[fake_attr(1, 2, 3)]
|
17 | 17 | | ^^^^^^^^^
|
18 | 18 |
|
19 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 19 | +error: cannot find attribute `fake_attr` in this scope |
20 | 20 | --> $DIR/feature-gate-custom_attribute.rs:6:3
|
21 | 21 | |
|
22 | 22 | LL | #[fake_attr("hello")]
|
23 | 23 | | ^^^^^^^^^
|
24 | 24 |
|
25 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 25 | +error: cannot find attribute `fake_attr` in this scope |
26 | 26 | --> $DIR/feature-gate-custom_attribute.rs:7:3
|
27 | 27 | |
|
28 | 28 | LL | #[fake_attr(name = "hello")]
|
29 | 29 | | ^^^^^^^^^
|
30 | 30 |
|
31 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 31 | +error: cannot find attribute `fake_attr` in this scope |
32 | 32 | --> $DIR/feature-gate-custom_attribute.rs:8:3
|
33 | 33 | |
|
34 | 34 | LL | #[fake_attr(1, "hi", key = 12, true, false)]
|
35 | 35 | | ^^^^^^^^^
|
36 | 36 |
|
37 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 37 | +error: cannot find attribute `fake_attr` in this scope |
38 | 38 | --> $DIR/feature-gate-custom_attribute.rs:9:3
|
39 | 39 | |
|
40 | 40 | LL | #[fake_attr(key = "hello", val = 10)]
|
41 | 41 | | ^^^^^^^^^
|
42 | 42 |
|
43 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 43 | +error: cannot find attribute `fake_attr` in this scope |
44 | 44 | --> $DIR/feature-gate-custom_attribute.rs:10:3
|
45 | 45 | |
|
46 | 46 | LL | #[fake_attr(key("hello"), val(10))]
|
47 | 47 | | ^^^^^^^^^
|
48 | 48 |
|
49 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 49 | +error: cannot find attribute `fake_attr` in this scope |
50 | 50 | --> $DIR/feature-gate-custom_attribute.rs:11:3
|
51 | 51 | |
|
52 | 52 | LL | #[fake_attr(enabled = true, disabled = false)]
|
53 | 53 | | ^^^^^^^^^
|
54 | 54 |
|
55 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 55 | +error: cannot find attribute `fake_attr` in this scope |
56 | 56 | --> $DIR/feature-gate-custom_attribute.rs:12:3
|
57 | 57 | |
|
58 | 58 | LL | #[fake_attr(true)]
|
59 | 59 | | ^^^^^^^^^
|
60 | 60 |
|
61 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 61 | +error: cannot find attribute `fake_attr` in this scope |
62 | 62 | --> $DIR/feature-gate-custom_attribute.rs:13:3
|
63 | 63 | |
|
64 | 64 | LL | #[fake_attr(pi = 3.14159)]
|
65 | 65 | | ^^^^^^^^^
|
66 | 66 |
|
67 |
| -error: cannot find attribute macro `fake_attr` in this scope |
| 67 | +error: cannot find attribute `fake_attr` in this scope |
68 | 68 | --> $DIR/feature-gate-custom_attribute.rs:14:3
|
69 | 69 | |
|
70 | 70 | LL | #[fake_attr(b"hi")]
|
71 | 71 | | ^^^^^^^^^
|
72 | 72 |
|
73 |
| -error: cannot find attribute macro `fake_doc` in this scope |
| 73 | +error: cannot find attribute `fake_doc` in this scope |
74 | 74 | --> $DIR/feature-gate-custom_attribute.rs:15:3
|
75 | 75 | |
|
76 | 76 | LL | #[fake_doc(r"doc")]
|
|
0 commit comments