diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/extoption_env-not-string-literal.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/extoption_env-not-string-literal.stderr b/tests/ui/extoption_env-not-string-literal.stderr index 272751916..d4fec1b45 100644 --- a/tests/ui/extoption_env-not-string-literal.stderr +++ b/tests/ui/extoption_env-not-string-literal.stderr @@ -4,5 +4,5 @@ error: argument must be a string literal LL | fn main() { option_env!(10); } | ^^ -error: aborting due to previous error +error: aborting due to 1 previous error |