]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/rfc-2126-extern-absolute-paths/not-allowed.stderr
Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov
[rust.git] / tests / ui / rfc-2126-extern-absolute-paths / not-allowed.stderr
index 761089cd3871a7ead4a8ea5f45d85b531d89c029..122e8fd350cb2f4ef15abc373500f807536b0488 100644 (file)
@@ -7,9 +7,9 @@ LL | use alloc;
 help: consider importing one of these items instead
    |
 LL | use core::alloc;
-   |     ~~~~~~~~~~~~
-LL | use std::alloc;
    |     ~~~~~~~~~~~
+LL | use std::alloc;
+   |     ~~~~~~~~~~
 
 error: aborting due to previous error