about summary refs log tree commit diff
path: root/tests/ui/env-macro/env-not-string-literal.stderr
blob: 0985459eff924b4b502f639c0911d08ae6d9ca3e (plain)
1
2
3
4
5
6
7
8
error: expected string literal
  --> $DIR/env-not-string-literal.rs:1:18
   |
LL | fn main() { env!(10, "two"); }
   |                  ^^

error: aborting due to 1 previous error