Fix rebase
This commit is contained in:
parent
139d109241
commit
38025e0dca
5 changed files with 18 additions and 16 deletions
|
|
@ -8,7 +8,7 @@ error[E0432]: unresolved import `non_existent`
|
|||
--> $DIR/issue-55457.rs:2:5
|
||||
|
|
||||
LL | use non_existent::non_existent; //~ ERROR unresolved import `non_existent`
|
||||
| ^^^^^^^^^^^^ Maybe a missing `extern crate non_existent;`?
|
||||
| ^^^^^^^^^^^^ maybe a missing `extern crate non_existent;`?
|
||||
|
||||
error: cannot determine resolution for the derive macro `NonExistent`
|
||||
--> $DIR/issue-55457.rs:5:10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue