1
Fork 0

rustc: Fix formatting of env! error message

Death to caps.
This commit is contained in:
Brian Anderson 2014-01-10 17:55:53 -08:00
parent f411b94ce1
commit 60e096a43f
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
fn main() { env!("__HOPEFULLY_NOT_DEFINED__"); } //~ ERROR: Environment variable __HOPEFULLY_NOT_DEFINED__ not defined
fn main() { env!("__HOPEFULLY_NOT_DEFINED__"); } //~ ERROR: environment variable `__HOPEFULLY_NOT_DEFINED__` not defined