Skip to content

Commit 72eb010

Browse files
committedMay 23, 2017
update-all-references.sh doesn't deterministically work on ui-fulldeps
1 parent 1343bc6 commit 72eb010

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
 

‎src/test/ui-fulldeps/resolve-error.stderr

+18-18
Original file line numberDiff line numberDiff line change
@@ -5,57 +5,57 @@ error: cannot find derive macro `FooWithLongNan` in this scope
55
| ^^^^^^^^^^^^^^ help: try: `FooWithLongName`
66

77
error: cannot find attribute macro `attr_proc_macra` in this scope
8-
--> $DIR/resolve-error.rs:40:3
8+
--> $DIR/resolve-error.rs:41:3
99
|
10-
40 | #[attr_proc_macra]
10+
41 | #[attr_proc_macra]
1111
| ^^^^^^^^^^^^^^^ help: try: `attr_proc_macro`
1212

1313
error: cannot find attribute macro `FooWithLongNan` in this scope
14-
--> $DIR/resolve-error.rs:43:3
14+
--> $DIR/resolve-error.rs:45:3
1515
|
16-
43 | #[FooWithLongNan]
16+
45 | #[FooWithLongNan]
1717
| ^^^^^^^^^^^^^^
1818

1919
error: cannot find derive macro `Dlone` in this scope
20-
--> $DIR/resolve-error.rs:46:10
20+
--> $DIR/resolve-error.rs:49:10
2121
|
22-
46 | #[derive(Dlone)]
22+
49 | #[derive(Dlone)]
2323
| ^^^^^ help: try: `Clone`
2424

2525
error: cannot find derive macro `Dlona` in this scope
26-
--> $DIR/resolve-error.rs:49:10
26+
--> $DIR/resolve-error.rs:53:10
2727
|
28-
49 | #[derive(Dlona)]
28+
53 | #[derive(Dlona)]
2929
| ^^^^^ help: try: `Clona`
3030

3131
error: cannot find derive macro `attr_proc_macra` in this scope
32-
--> $DIR/resolve-error.rs:52:10
32+
--> $DIR/resolve-error.rs:57:10
3333
|
34-
52 | #[derive(attr_proc_macra)]
34+
57 | #[derive(attr_proc_macra)]
3535
| ^^^^^^^^^^^^^^^
3636

3737
error: cannot find macro `FooWithLongNama!` in this scope
38-
--> $DIR/resolve-error.rs:56:5
38+
--> $DIR/resolve-error.rs:62:5
3939
|
40-
56 | FooWithLongNama!();
40+
62 | FooWithLongNama!();
4141
| ^^^^^^^^^^^^^^^ help: you could try the macro: `FooWithLongNam!`
4242

4343
error: cannot find macro `attr_proc_macra!` in this scope
44-
--> $DIR/resolve-error.rs:58:5
44+
--> $DIR/resolve-error.rs:65:5
4545
|
46-
58 | attr_proc_macra!();
46+
65 | attr_proc_macra!();
4747
| ^^^^^^^^^^^^^^^ help: you could try the macro: `attr_proc_mac!`
4848

4949
error: cannot find macro `Dlona!` in this scope
50-
--> $DIR/resolve-error.rs:60:5
50+
--> $DIR/resolve-error.rs:68:5
5151
|
52-
60 | Dlona!();
52+
68 | Dlona!();
5353
| ^^^^^
5454

5555
error: cannot find macro `bang_proc_macrp!` in this scope
56-
--> $DIR/resolve-error.rs:62:5
56+
--> $DIR/resolve-error.rs:71:5
5757
|
58-
62 | bang_proc_macrp!();
58+
71 | bang_proc_macrp!();
5959
| ^^^^^^^^^^^^^^^ help: you could try the macro: `bang_proc_macro!`
6060

6161
error: aborting due to 10 previous errors

0 commit comments

Comments
 (0)