Navigation Menu

Skip to content

Commit

Permalink
Fixed nll stderr file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Regueiro committed Dec 8, 2018
1 parent e14ff9b commit 003c5b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 003c5b7

Please sign in to comment.