]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/extoption_env-too-many-args.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / extoption_env-too-many-args.stderr
index 0e4569d7a0199a955e14931811bf57b48d1f79f0..6b5ade6daef2cbd65cee40a63066c68f27a8f9a6 100644 (file)
@@ -1,5 +1,5 @@
 error: option_env! takes 1 argument
-  --> $DIR/extoption_env-too-many-args.rs:11:13
+  --> $DIR/extoption_env-too-many-args.rs:1:13
    |
 LL | fn main() { option_env!("one", "two"); } //~ ERROR: option_env! takes 1 argument
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^