auto merge of #11463 : brson/rust/envcaps, r=huonw

Death to caps.
This commit is contained in:
bors 2014-01-11 06:11:22 -08:00
commit 99df8a3f15
3 changed files with 7 additions and 7 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