2019-07-27 17:51:21 -05:00
|
|
|
error[E0432]: unresolved import `m::assert`
|
|
|
|
--> $DIR/issue-53512.rs:4:5
|
2018-08-17 18:38:51 -05:00
|
|
|
|
|
2019-07-27 17:51:21 -05:00
|
|
|
LL | use m::assert;
|
|
|
|
| ^^^^^^^^^ no `assert` in `m`
|
2018-08-17 18:38:51 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-17 18:38:51 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|