Fixed nll stderr file.

This commit is contained in:
Alexander Regueiro 2018-12-08 03:16:39 +00:00
parent e14ff9bac6
commit 003c5b796e

View file

@ -4,7 +4,7 @@ error: `foo` is not yet stable as a const fn
LL | const fn bar() -> u32 { foo() } //~ ERROR `foo` is not yet stable as a const fn
| ^^^^^
|
= help: in Nightly builds, add `#![feature(foo)]` to the crate attributes to enable
= help: add `#![feature(foo)]` to the crate attributes to enable
error[E0716]: temporary value dropped while borrowed
--> $DIR/dont_promote_unstable_const_fn.rs:28:28