1
1
error[E0412]: cannot find type `FromOutside` in this scope
2
- --> $DIR/generate-mod.rs:21 :1
2
+ --> $DIR/generate-mod.rs:19 :1
3
3
|
4
4
LL | generate_mod::check!(); //~ ERROR cannot find type `FromOutside` in this scope
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
6
6
7
7
error[E0412]: cannot find type `Outer` in this scope
8
- --> $DIR/generate-mod.rs:21 :1
8
+ --> $DIR/generate-mod.rs:19 :1
9
9
|
10
10
LL | generate_mod::check!(); //~ ERROR cannot find type `FromOutside` in this scope
11
11
| ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
12
12
13
13
error[E0412]: cannot find type `FromOutside` in this scope
14
- --> $DIR/generate-mod.rs:24 :1
14
+ --> $DIR/generate-mod.rs:22 :1
15
15
|
16
16
LL | #[generate_mod::check_attr] //~ ERROR cannot find type `FromOutside` in this scope
17
17
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
18
18
19
19
error[E0412]: cannot find type `OuterAttr` in this scope
20
- --> $DIR/generate-mod.rs:24 :1
20
+ --> $DIR/generate-mod.rs:22 :1
21
21
|
22
22
LL | #[generate_mod::check_attr] //~ ERROR cannot find type `FromOutside` in this scope
23
23
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
24
24
25
25
warning: cannot find type `FromOutside` in this scope
26
- --> $DIR/generate-mod.rs:28 :10
26
+ --> $DIR/generate-mod.rs:26 :10
27
27
|
28
28
LL | #[derive(generate_mod::CheckDerive)] //~ WARN cannot find type `FromOutside` in this scope
29
29
| ^^^^^^^^^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import
@@ -33,7 +33,7 @@ LL | #[derive(generate_mod::CheckDerive)] //~ WARN cannot find type `FromOutside
33
33
= note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
34
34
35
35
warning: cannot find type `OuterDerive` in this scope
36
- --> $DIR/generate-mod.rs:28 :10
36
+ --> $DIR/generate-mod.rs:26 :10
37
37
|
38
38
LL | #[derive(generate_mod::CheckDerive)] //~ WARN cannot find type `FromOutside` in this scope
39
39
| ^^^^^^^^^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import
@@ -42,7 +42,7 @@ LL | #[derive(generate_mod::CheckDerive)] //~ WARN cannot find type `FromOutside
42
42
= note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
43
43
44
44
warning: cannot find type `FromOutside` in this scope
45
- --> $DIR/generate-mod.rs:35 :14
45
+ --> $DIR/generate-mod.rs:33 :14
46
46
|
47
47
LL | #[derive(generate_mod::CheckDerive)] //~ WARN cannot find type `FromOutside` in this scope
48
48
| ^^^^^^^^^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import
@@ -51,7 +51,7 @@ LL | #[derive(generate_mod::CheckDerive)] //~ WARN cannot find type `FromOut
51
51
= note: for more information, see issue #50504 <https://github.com/rust-lang/rust/issues/50504>
52
52
53
53
warning: cannot find type `OuterDerive` in this scope
54
- --> $DIR/generate-mod.rs:35 :14
54
+ --> $DIR/generate-mod.rs:33 :14
55
55
|
56
56
LL | #[derive(generate_mod::CheckDerive)] //~ WARN cannot find type `FromOutside` in this scope
57
57
| ^^^^^^^^^^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import
0 commit comments