1- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
1+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
22 --> $DIR/feature-gate-custom_attribute.rs:7:3
33 |
44LL | #[fake_attr]
@@ -7,7 +7,7 @@ LL | #[fake_attr]
77 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
88 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
99
10- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
10+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
1111 --> $DIR/feature-gate-custom_attribute.rs:8:3
1212 |
1313LL | #[fake_attr(100)]
@@ -16,7 +16,7 @@ LL | #[fake_attr(100)]
1616 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
1717 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
1818
19- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
19+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
2020 --> $DIR/feature-gate-custom_attribute.rs:9:3
2121 |
2222LL | #[fake_attr(1, 2, 3)]
@@ -25,7 +25,7 @@ LL | #[fake_attr(1, 2, 3)]
2525 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
2626 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
2727
28- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
28+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
2929 --> $DIR/feature-gate-custom_attribute.rs:10:3
3030 |
3131LL | #[fake_attr("hello")]
@@ -34,7 +34,7 @@ LL | #[fake_attr("hello")]
3434 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
3535 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
3636
37- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
37+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
3838 --> $DIR/feature-gate-custom_attribute.rs:11:3
3939 |
4040LL | #[fake_attr(name = "hello")]
@@ -43,7 +43,7 @@ LL | #[fake_attr(name = "hello")]
4343 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
4444 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
4545
46- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
46+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
4747 --> $DIR/feature-gate-custom_attribute.rs:12:3
4848 |
4949LL | #[fake_attr(1, "hi", key = 12, true, false)]
@@ -52,7 +52,7 @@ LL | #[fake_attr(1, "hi", key = 12, true, false)]
5252 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
5353 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
5454
55- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
55+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
5656 --> $DIR/feature-gate-custom_attribute.rs:13:3
5757 |
5858LL | #[fake_attr(key = "hello", val = 10)]
@@ -61,7 +61,7 @@ LL | #[fake_attr(key = "hello", val = 10)]
6161 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
6262 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
6363
64- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
64+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
6565 --> $DIR/feature-gate-custom_attribute.rs:14:3
6666 |
6767LL | #[fake_attr(key("hello"), val(10))]
@@ -70,7 +70,7 @@ LL | #[fake_attr(key("hello"), val(10))]
7070 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
7171 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
7272
73- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
73+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
7474 --> $DIR/feature-gate-custom_attribute.rs:15:3
7575 |
7676LL | #[fake_attr(enabled = true, disabled = false)]
@@ -79,7 +79,7 @@ LL | #[fake_attr(enabled = true, disabled = false)]
7979 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
8080 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
8181
82- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
82+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
8383 --> $DIR/feature-gate-custom_attribute.rs:16:3
8484 |
8585LL | #[fake_attr(true)]
@@ -88,7 +88,7 @@ LL | #[fake_attr(true)]
8888 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
8989 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
9090
91- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
91+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
9292 --> $DIR/feature-gate-custom_attribute.rs:17:3
9393 |
9494LL | #[fake_attr(pi = 3.14159)]
@@ -97,7 +97,7 @@ LL | #[fake_attr(pi = 3.14159)]
9797 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
9898 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
9999
100- error[E0658]: the attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
100+ error[E0658]: The attribute `fake_attr` is currently unknown to the compiler and may have meaning added to it in the future
101101 --> $DIR/feature-gate-custom_attribute.rs:18:3
102102 |
103103LL | #[fake_attr(b"hi")]
@@ -106,7 +106,7 @@ LL | #[fake_attr(b"hi")]
106106 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
107107 = help: add `#![feature(custom_attribute)]` to the crate attributes to enable
108108
109- error[E0658]: the attribute `fake_doc` is currently unknown to the compiler and may have meaning added to it in the future
109+ error[E0658]: The attribute `fake_doc` is currently unknown to the compiler and may have meaning added to it in the future
110110 --> $DIR/feature-gate-custom_attribute.rs:19:3
111111 |
112112LL | #[fake_doc(r"doc")]
0 commit comments