rustc: Fix formatting of env! error message
Death to caps.
This commit is contained in:
parent
f411b94ce1
commit
60e096a43f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue