summary refs log tree commit diff
path: root/src/test/compile-fail/extenv-not-string-literal.rs
blob: 57d50b2e54d24c5f361c6084928fe7c469b44754 (plain)
1
2
3
// error-pattern:requires a string

fn main() { #env[10]; }