]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2126-extern-absolute-paths/not-allowed.stderr
Auto merge of #82760 - WaffleLapkin:unleak_extend_from_within, r=kennytm
[rust.git] / src / test / ui / rfc-2126-extern-absolute-paths / not-allowed.stderr
1 error[E0432]: unresolved import `alloc`
2   --> $DIR/not-allowed.rs:5:5
3    |
4 LL | use alloc;
5    |     ^^^^^ no external crate `alloc`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.