1- error[E0658]: impl restrictions are experimental
1+ error[E0658]: ` impl` restrictions are experimental
22 --> $DIR/feature-gate-impl-restriction.rs:9:5
33 |
44LL | pub impl(crate) trait Bar {}
@@ -8,7 +8,7 @@ LL | pub impl(crate) trait Bar {}
88 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
99 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1010
11- error[E0658]: impl restrictions are experimental
11+ error[E0658]: ` impl` restrictions are experimental
1212 --> $DIR/feature-gate-impl-restriction.rs:10:5
1313 |
1414LL | pub impl(in crate) trait BarInCrate {}
@@ -18,7 +18,7 @@ LL | pub impl(in crate) trait BarInCrate {}
1818 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
1919 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
2020
21- error[E0658]: impl restrictions are experimental
21+ error[E0658]: ` impl` restrictions are experimental
2222 --> $DIR/feature-gate-impl-restriction.rs:13:9
2323 |
2424LL | pub impl(in crate::foo) trait Baz {}
@@ -28,7 +28,7 @@ LL | pub impl(in crate::foo) trait Baz {}
2828 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
2929 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
3030
31- error[E0658]: impl restrictions are experimental
31+ error[E0658]: ` impl` restrictions are experimental
3232 --> $DIR/feature-gate-impl-restriction.rs:14:16
3333 |
3434LL | pub unsafe impl(super) trait BazUnsafeSuper {}
@@ -38,7 +38,7 @@ LL | pub unsafe impl(super) trait BazUnsafeSuper {}
3838 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
3939 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
4040
41- error[E0658]: impl restrictions are experimental
41+ error[E0658]: ` impl` restrictions are experimental
4242 --> $DIR/feature-gate-impl-restriction.rs:15:14
4343 |
4444LL | pub auto impl(self) trait BazAutoSelf {}
@@ -48,7 +48,7 @@ LL | pub auto impl(self) trait BazAutoSelf {}
4848 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
4949 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
5050
51- error[E0658]: impl restrictions are experimental
51+ error[E0658]: ` impl` restrictions are experimental
5252 --> $DIR/feature-gate-impl-restriction.rs:16:15
5353 |
5454LL | pub const impl(in self) trait BazConst {}
@@ -58,7 +58,7 @@ LL | pub const impl(in self) trait BazConst {}
5858 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
5959 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
6060
61- error[E0658]: impl restrictions are experimental
61+ error[E0658]: ` impl` restrictions are experimental
6262 --> $DIR/feature-gate-impl-restriction.rs:19:13
6363 |
6464LL | pub impl(in crate::foo::foo_inner) trait Qux {}
@@ -68,7 +68,7 @@ LL | pub impl(in crate::foo::foo_inner) trait Qux {}
6868 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
6969 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
7070
71- error[E0658]: impl restrictions are experimental
71+ error[E0658]: ` impl` restrictions are experimental
7272 --> $DIR/feature-gate-impl-restriction.rs:20:25
7373 |
7474LL | ... pub unsafe auto impl(in crate::foo::foo_inner) trait QuxAutoUnsafe {}
@@ -78,7 +78,7 @@ LL | ... pub unsafe auto impl(in crate::foo::foo_inner) trait QuxAutoUnsafe {}
7878 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
7979 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
8080
81- error[E0658]: impl restrictions are experimental
81+ error[E0658]: ` impl` restrictions are experimental
8282 --> $DIR/feature-gate-impl-restriction.rs:21:26
8383 |
8484LL | ... pub const unsafe impl(in crate::foo::foo_inner) trait QuxConstAuto {}
@@ -88,7 +88,7 @@ LL | ... pub const unsafe impl(in crate::foo::foo_inner) trait QuxConstAuto {}
8888 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
8989 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
9090
91- error[E0658]: impl restrictions are experimental
91+ error[E0658]: ` impl` restrictions are experimental
9292 --> $DIR/feature-gate-impl-restriction.rs:25:9
9393 |
9494LL | pub impl(crate) trait Bar {}
@@ -98,7 +98,7 @@ LL | pub impl(crate) trait Bar {}
9898 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
9999 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
100100
101- error[E0658]: impl restrictions are experimental
101+ error[E0658]: ` impl` restrictions are experimental
102102 --> $DIR/feature-gate-impl-restriction.rs:27:9
103103 |
104104LL | pub impl(in crate) trait BarInCrate {}
@@ -108,7 +108,7 @@ LL | pub impl(in crate) trait BarInCrate {}
108108 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
109109 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
110110
111- error[E0658]: impl restrictions are experimental
111+ error[E0658]: ` impl` restrictions are experimental
112112 --> $DIR/feature-gate-impl-restriction.rs:29:16
113113 |
114114LL | pub unsafe impl(self) trait BazUnsafeSelf {}
@@ -118,7 +118,7 @@ LL | pub unsafe impl(self) trait BazUnsafeSelf {}
118118 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
119119 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
120120
121- error[E0658]: impl restrictions are experimental
121+ error[E0658]: ` impl` restrictions are experimental
122122 --> $DIR/feature-gate-impl-restriction.rs:31:14
123123 |
124124LL | pub auto impl(in super) trait BazAutoSuper {}
@@ -128,7 +128,7 @@ LL | pub auto impl(in super) trait BazAutoSuper {}
128128 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
129129 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
130130
131- error[E0658]: impl restrictions are experimental
131+ error[E0658]: ` impl` restrictions are experimental
132132 --> $DIR/feature-gate-impl-restriction.rs:33:15
133133 |
134134LL | pub const impl(super) trait BazConstSuper {}
@@ -138,7 +138,7 @@ LL | pub const impl(super) trait BazConstSuper {}
138138 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
139139 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
140140
141- error[E0658]: impl restrictions are experimental
141+ error[E0658]: ` impl` restrictions are experimental
142142 --> $DIR/feature-gate-impl-restriction.rs:37:13
143143 |
144144LL | pub impl(in crate::foo::cfged_out_foo) trait CfgedOutQux {}
@@ -148,7 +148,7 @@ LL | pub impl(in crate::foo::cfged_out_foo) trait CfgedOutQux {}
148148 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
149149 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
150150
151- error[E0658]: impl restrictions are experimental
151+ error[E0658]: ` impl` restrictions are experimental
152152 --> $DIR/feature-gate-impl-restriction.rs:38:25
153153 |
154154LL | ... pub unsafe auto impl(in crate::foo::cfged_out_foo) trait CfgedOutQuxAutoUnsafe {}
@@ -158,7 +158,7 @@ LL | ... pub unsafe auto impl(in crate::foo::cfged_out_foo) trait CfgedOutQuxA
158158 = help: add `#![feature(impl_restriction)]` to the crate attributes to enable
159159 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
160160
161- error[E0658]: impl restrictions are experimental
161+ error[E0658]: ` impl` restrictions are experimental
162162 --> $DIR/feature-gate-impl-restriction.rs:39:26
163163 |
164164LL | ... pub const unsafe impl(in crate::foo::cfged_out_foo) trait CfgedOutQuxConstAuto {}
0 commit comments