@@ -47,7 +47,6 @@ LL | #[derive(generate_mod::CheckDerive)]
4747 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
4848 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
4949 = note: `#[deny(proc_macro_derive_resolution_fallback)]` (part of `#[deny(future_incompatible)]`) on by default
50- = note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
5150
5251error: cannot find type `OuterDerive` in this scope
5352 --> $DIR/generate-mod.rs:18:10
@@ -57,7 +56,6 @@ LL | #[derive(generate_mod::CheckDerive)]
5756 |
5857 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
5958 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
60- = note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
6159
6260error: cannot find type `FromOutside` in this scope
6361 --> $DIR/generate-mod.rs:25:14
@@ -67,7 +65,6 @@ LL | #[derive(generate_mod::CheckDerive)]
6765 |
6866 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
6967 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
70- = note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
7168
7269error: cannot find type `OuterDerive` in this scope
7370 --> $DIR/generate-mod.rs:25:14
@@ -77,7 +74,6 @@ LL | #[derive(generate_mod::CheckDerive)]
7774 |
7875 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
7976 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
80- = note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
8177
8278error: aborting due to 8 previous errors
8379
@@ -92,7 +88,6 @@ LL | #[derive(generate_mod::CheckDerive)]
9288 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
9389 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
9490 = note: `#[deny(proc_macro_derive_resolution_fallback)]` (part of `#[deny(future_incompatible)]`) on by default
95- = note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
9691
9792Future breakage diagnostic:
9893error: cannot find type `OuterDerive` in this scope
@@ -104,7 +99,6 @@ LL | #[derive(generate_mod::CheckDerive)]
10499 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
105100 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
106101 = note: `#[deny(proc_macro_derive_resolution_fallback)]` (part of `#[deny(future_incompatible)]`) on by default
107- = note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
108102
109103Future breakage diagnostic:
110104error: cannot find type `FromOutside` in this scope
@@ -116,7 +110,6 @@ LL | #[derive(generate_mod::CheckDerive)]
116110 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
117111 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
118112 = note: `#[deny(proc_macro_derive_resolution_fallback)]` (part of `#[deny(future_incompatible)]`) on by default
119- = note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
120113
121114Future breakage diagnostic:
122115error: cannot find type `OuterDerive` in this scope
@@ -128,7 +121,6 @@ LL | #[derive(generate_mod::CheckDerive)]
128121 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
129122 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
130123 = note: `#[deny(proc_macro_derive_resolution_fallback)]` (part of `#[deny(future_incompatible)]`) on by default
131- = note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
132124
133125Future breakage diagnostic:
134126warning: cannot find type `FromOutside` in this scope
@@ -139,7 +131,6 @@ LL | #[derive(generate_mod::CheckDeriveLint)] // OK, lint is suppressed
139131 |
140132 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
141133 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
142- = note: this warning originates in the derive macro `generate_mod::CheckDeriveLint` (in Nightly builds, run with -Z macro-backtrace for more info)
143134
144135Future breakage diagnostic:
145136warning: cannot find type `OuterDeriveLint` in this scope
@@ -150,5 +141,4 @@ LL | #[derive(generate_mod::CheckDeriveLint)] // OK, lint is suppressed
150141 |
151142 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
152143 = note: for more information, see issue #83583 <https://github.com/rust-lang/rust/issues/83583>
153- = note: this warning originates in the derive macro `generate_mod::CheckDeriveLint` (in Nightly builds, run with -Z macro-backtrace for more info)
154144
0 commit comments