]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hidden-rt-injection.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / hidden-rt-injection.stderr
index 6d63344882b22e2abc74458f7c9e70d2eb4d2c4e..3e288b72ec63d01a5c342c828e2299e55cbe147e 100644 (file)
@@ -1,7 +1,7 @@
 error[E0432]: unresolved import `native`
   --> $DIR/hidden-rt-injection.rs:5:9
    |
-LL |     use native; //~ ERROR unresolved import
+LL |     use native;
    |         ^^^^^^ no `native` in the root
 
 error: aborting due to previous error