Very easy to [reproduce](https://is.gd/PSTVmh) this error with rustc 1.11.0-nightly (ab0b87458 2016-06-13) Play link above. Entire code below: `#![feature(const_fn)] const fn test_const() -> bool {} fn main() { test_const(); }`