summary refs log tree commit diff
path: root/src/test/compile-fail/extenv-no-args.rs
blob: ec73f0a7a45d0653cefe957ee3726d0d07a7ce4f (plain)
1
2
3
// error-pattern:malformed #env call

fn main() { #env[]; }