blob: f324378d4ca68a5397cd38b02ab5151498b60585 [file] [log] [blame]
error[E0432]: unresolved import `alloc`
--> $DIR/not-whitelisted.rs:5:5
|
LL | use alloc;
| ^^^^^ no `alloc` external crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.