]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2632-const-trait-impl/issue-102156.stderr
Rollup merge of #99244 - gthb:doc-improve-iterator-scan, r=m-ou-se
[rust.git] / src / test / ui / rfc-2632-const-trait-impl / issue-102156.stderr
1 error[E0433]: failed to resolve: maybe a missing crate `core`?
2   --> $DIR/issue-102156.rs:4:5
3    |
4 LL | use core::convert::{From, TryFrom};
5    |     ^^^^ maybe a missing crate `core`?
6    |
7    = help: consider adding `extern crate core` to use the `core` crate
8
9 error[E0433]: failed to resolve: maybe a missing crate `core`?
10   --> $DIR/issue-102156.rs:4:5
11    |
12 LL | use core::convert::{From, TryFrom};
13    |     ^^^^ maybe a missing crate `core`?
14    |
15    = help: consider adding `extern crate core` to use the `core` crate
16
17 error: aborting due to 2 previous errors
18
19 For more information about this error, try `rustc --explain E0433`.