11error[E0658]: `impl` restrictions are experimental
2- --> $DIR/feature-gate-impl-restriction.rs:9 :5
2+ --> $DIR/feature-gate-impl-restriction.rs:8 :5
33 |
44LL | pub impl(crate) trait Bar {}
55 | ^^^^^^^^^^^
@@ -9,7 +9,7 @@ LL | pub impl(crate) trait Bar {}
99 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1010
1111error[E0658]: `impl` restrictions are experimental
12- --> $DIR/feature-gate-impl-restriction.rs:10 :5
12+ --> $DIR/feature-gate-impl-restriction.rs:9 :5
1313 |
1414LL | pub impl(in crate) trait BarInCrate {}
1515 | ^^^^^^^^^^^^^^
@@ -19,7 +19,7 @@ LL | pub impl(in crate) trait BarInCrate {}
1919 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
2020
2121error[E0658]: `impl` restrictions are experimental
22- --> $DIR/feature-gate-impl-restriction.rs:13 :9
22+ --> $DIR/feature-gate-impl-restriction.rs:12 :9
2323 |
2424LL | pub impl(in crate::foo) trait Baz {}
2525 | ^^^^^^^^^^^^^^^^^^^
@@ -29,7 +29,7 @@ LL | pub impl(in crate::foo) trait Baz {}
2929 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
3030
3131error[E0658]: `impl` restrictions are experimental
32- --> $DIR/feature-gate-impl-restriction.rs:14 :9
32+ --> $DIR/feature-gate-impl-restriction.rs:13 :9
3333 |
3434LL | pub impl(super) unsafe trait BazUnsafeSuper {}
3535 | ^^^^^^^^^^^
@@ -39,7 +39,7 @@ LL | pub impl(super) unsafe trait BazUnsafeSuper {}
3939 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
4040
4141error[E0658]: `impl` restrictions are experimental
42- --> $DIR/feature-gate-impl-restriction.rs:15 :9
42+ --> $DIR/feature-gate-impl-restriction.rs:14 :9
4343 |
4444LL | pub impl(self) auto trait BazAutoSelf {}
4545 | ^^^^^^^^^^
@@ -49,7 +49,7 @@ LL | pub impl(self) auto trait BazAutoSelf {}
4949 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
5050
5151error[E0658]: `impl` restrictions are experimental
52- --> $DIR/feature-gate-impl-restriction.rs:16 :9
52+ --> $DIR/feature-gate-impl-restriction.rs:15 :9
5353 |
5454LL | pub impl(in self) const trait BazConst {}
5555 | ^^^^^^^^^^^^^
@@ -59,7 +59,7 @@ LL | pub impl(in self) const trait BazConst {}
5959 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
6060
6161error[E0658]: `impl` restrictions are experimental
62- --> $DIR/feature-gate-impl-restriction.rs:19 :13
62+ --> $DIR/feature-gate-impl-restriction.rs:18 :13
6363 |
6464LL | pub impl(in crate::foo::foo_inner) trait Qux {}
6565 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -69,7 +69,7 @@ LL | pub impl(in crate::foo::foo_inner) trait Qux {}
6969 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
7070
7171error[E0658]: `impl` restrictions are experimental
72- --> $DIR/feature-gate-impl-restriction.rs:20 :13
72+ --> $DIR/feature-gate-impl-restriction.rs:19 :13
7373 |
7474LL | ... pub impl(in crate::foo::foo_inner) unsafe auto trait QuxAutoUnsafe {}
7575 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -79,7 +79,7 @@ LL | ... pub impl(in crate::foo::foo_inner) unsafe auto trait QuxAutoUnsafe {}
7979 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
8080
8181error[E0658]: `impl` restrictions are experimental
82- --> $DIR/feature-gate-impl-restriction.rs:21 :13
82+ --> $DIR/feature-gate-impl-restriction.rs:20 :13
8383 |
8484LL | ... pub impl(in crate::foo::foo_inner) const unsafe trait QuxConstUnsafe {}
8585 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -89,7 +89,7 @@ LL | ... pub impl(in crate::foo::foo_inner) const unsafe trait QuxConstUnsafe
8989 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
9090
9191error[E0658]: `impl` restrictions are experimental
92- --> $DIR/feature-gate-impl-restriction.rs:25 :9
92+ --> $DIR/feature-gate-impl-restriction.rs:24 :9
9393 |
9494LL | pub impl(crate) trait Bar {}
9595 | ^^^^^^^^^^^
@@ -99,7 +99,7 @@ LL | pub impl(crate) trait Bar {}
9999 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
100100
101101error[E0658]: `impl` restrictions are experimental
102- --> $DIR/feature-gate-impl-restriction.rs:27 :9
102+ --> $DIR/feature-gate-impl-restriction.rs:26 :9
103103 |
104104LL | pub impl(in crate) trait BarInCrate {}
105105 | ^^^^^^^^^^^^^^
@@ -109,7 +109,7 @@ LL | pub impl(in crate) trait BarInCrate {}
109109 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
110110
111111error[E0658]: `impl` restrictions are experimental
112- --> $DIR/feature-gate-impl-restriction.rs:29 :9
112+ --> $DIR/feature-gate-impl-restriction.rs:28 :9
113113 |
114114LL | pub impl(self) unsafe trait BazUnsafeSelf {}
115115 | ^^^^^^^^^^
@@ -119,7 +119,7 @@ LL | pub impl(self) unsafe trait BazUnsafeSelf {}
119119 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
120120
121121error[E0658]: `impl` restrictions are experimental
122- --> $DIR/feature-gate-impl-restriction.rs:31 :9
122+ --> $DIR/feature-gate-impl-restriction.rs:30 :9
123123 |
124124LL | pub impl(in super) auto trait BazAutoSuper {}
125125 | ^^^^^^^^^^^^^^
@@ -129,7 +129,7 @@ LL | pub impl(in super) auto trait BazAutoSuper {}
129129 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
130130
131131error[E0658]: `impl` restrictions are experimental
132- --> $DIR/feature-gate-impl-restriction.rs:33 :9
132+ --> $DIR/feature-gate-impl-restriction.rs:32 :9
133133 |
134134LL | pub impl(super) const trait BazConstSuper {}
135135 | ^^^^^^^^^^^
@@ -139,7 +139,7 @@ LL | pub impl(super) const trait BazConstSuper {}
139139 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
140140
141141error[E0658]: `impl` restrictions are experimental
142- --> $DIR/feature-gate-impl-restriction.rs:37 :13
142+ --> $DIR/feature-gate-impl-restriction.rs:36 :13
143143 |
144144LL | pub impl(in crate::foo::cfged_out_foo) trait CfgedOutQux {}
145145 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -149,7 +149,7 @@ LL | pub impl(in crate::foo::cfged_out_foo) trait CfgedOutQux {}
149149 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
150150
151151error[E0658]: `impl` restrictions are experimental
152- --> $DIR/feature-gate-impl-restriction.rs:38 :13
152+ --> $DIR/feature-gate-impl-restriction.rs:37 :13
153153 |
154154LL | ... pub impl(in crate::foo::cfged_out_foo) unsafe auto trait CfgedOutQuxUnsafeAuto {}
155155 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -159,7 +159,7 @@ LL | ... pub impl(in crate::foo::cfged_out_foo) unsafe auto trait CfgedOutQuxU
159159 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
160160
161161error[E0658]: `impl` restrictions are experimental
162- --> $DIR/feature-gate-impl-restriction.rs:39 :13
162+ --> $DIR/feature-gate-impl-restriction.rs:38 :13
163163 |
164164LL | ... pub impl(in crate::foo::cfged_out_foo) const unsafe trait CfgedOutQuxConstUnsafe {}
165165 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments