@@ -4,7 +4,7 @@ error[E0412]: cannot find type `FromOutside` in this scope
4
4
LL | generate_mod::check!();
5
5
| ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
6
6
|
7
- = note : consider importing this struct:
7
+ = help : consider importing this struct:
8
8
FromOutside
9
9
= note: this error originates in the macro `generate_mod::check` (in Nightly builds, run with -Z macro-backtrace for more info)
10
10
@@ -14,7 +14,7 @@ error[E0412]: cannot find type `Outer` in this scope
14
14
LL | generate_mod::check!();
15
15
| ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
16
16
|
17
- = note : consider importing this struct:
17
+ = help : consider importing this struct:
18
18
Outer
19
19
= note: this error originates in the macro `generate_mod::check` (in Nightly builds, run with -Z macro-backtrace for more info)
20
20
@@ -24,7 +24,7 @@ error[E0412]: cannot find type `FromOutside` in this scope
24
24
LL | #[generate_mod::check_attr]
25
25
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
26
26
|
27
- = note : consider importing this struct:
27
+ = help : consider importing this struct:
28
28
FromOutside
29
29
= note: this error originates in the attribute macro `generate_mod::check_attr` (in Nightly builds, run with -Z macro-backtrace for more info)
30
30
@@ -34,7 +34,7 @@ error[E0412]: cannot find type `OuterAttr` in this scope
34
34
LL | #[generate_mod::check_attr]
35
35
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
36
36
|
37
- = note : consider importing this struct:
37
+ = help : consider importing this struct:
38
38
OuterAttr
39
39
= note: this error originates in the attribute macro `generate_mod::check_attr` (in Nightly builds, run with -Z macro-backtrace for more info)
40
40
@@ -44,7 +44,7 @@ error[E0412]: cannot find type `FromOutside` in this scope
44
44
LL | #[derive(generate_mod::CheckDerive)]
45
45
| ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
46
46
|
47
- = note : consider importing this struct:
47
+ = help : consider importing this struct:
48
48
FromOutside
49
49
= note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
50
50
@@ -54,7 +54,7 @@ error[E0412]: cannot find type `OuterDerive` in this scope
54
54
LL | #[derive(generate_mod::CheckDerive)]
55
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
56
56
|
57
- = note : consider importing this struct:
57
+ = help : consider importing this struct:
58
58
OuterDerive
59
59
= note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
60
60
@@ -64,7 +64,7 @@ error[E0412]: cannot find type `FromOutside` in this scope
64
64
LL | #[derive(generate_mod::CheckDerive)]
65
65
| ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
66
66
|
67
- = note : consider importing this struct:
67
+ = help : consider importing this struct:
68
68
FromOutside
69
69
= note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
70
70
@@ -74,7 +74,7 @@ error[E0412]: cannot find type `OuterDerive` in this scope
74
74
LL | #[derive(generate_mod::CheckDerive)]
75
75
| ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
76
76
|
77
- = note : consider importing this struct:
77
+ = help : consider importing this struct:
78
78
OuterDerive
79
79
= note: this error originates in the derive macro `generate_mod::CheckDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
80
80
@@ -84,7 +84,7 @@ error[E0412]: cannot find type `FromOutside` in this scope
84
84
LL | #[derive(generate_mod::CheckDeriveLint)]
85
85
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
86
86
|
87
- = note : consider importing this struct:
87
+ = help : consider importing this struct:
88
88
FromOutside
89
89
= note: this error originates in the derive macro `generate_mod::CheckDeriveLint` (in Nightly builds, run with -Z macro-backtrace for more info)
90
90
@@ -94,7 +94,7 @@ error[E0412]: cannot find type `OuterDeriveLint` in this scope
94
94
LL | #[derive(generate_mod::CheckDeriveLint)]
95
95
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
96
96
|
97
- = note : consider importing this struct:
97
+ = help : consider importing this struct:
98
98
OuterDeriveLint
99
99
= note: this error originates in the derive macro `generate_mod::CheckDeriveLint` (in Nightly builds, run with -Z macro-backtrace for more info)
100
100
0 commit comments