]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/does-nothing.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / does-nothing.stderr
index fa4b1f2f1c8f50e728672d6d19969c1eacc8101c..dca792315176797fca0ea87a8e58b96dab109148 100644 (file)
@@ -1,5 +1,5 @@
 error[E0425]: cannot find value `this_does_nothing_what_the` in this scope
-  --> $DIR/does-nothing.rs:11:32
+  --> $DIR/does-nothing.rs:1:32
    |
 LL | fn main() { println!("doing"); this_does_nothing_what_the; println!("boing"); }
    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope