]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/extoption_env-not-string-literal.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / extoption_env-not-string-literal.stderr
index af4163259ea85c090f377eb5e60593be184b0dcb..8c97b57e0ab9955bfb79e5484e4cf123d92657be 100644 (file)
@@ -1,5 +1,5 @@
 error: argument must be a string literal
-  --> $DIR/extoption_env-not-string-literal.rs:11:25
+  --> $DIR/extoption_env-not-string-literal.rs:1:25
    |
 LL | fn main() { option_env!(10); } //~ ERROR: argument must be a string literal
    |                         ^^