mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
84254948c2
The previous feature gate assumed we would not define any (stable) const fns. But then @eddyb went and cleaned up the code. So this now extends the feature-gate to prohibit calls; but calls inside of macros are considered ok. r? @alexcrichton