Fix rebase

This commit is contained in:
Vadim Petrochenkov 2018-11-18 14:41:06 +03:00
parent 139d109241
commit 38025e0dca
5 changed files with 18 additions and 16 deletions

View file

@ -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