This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1e5b2da94b
rust
/
tests
/
ui
/
feature-gates
/
feature-gate-inline_const.rs
7 lines
110 B
Rust
Raw
Normal View
History
Unescape
Escape
Add inline_const feature flag
2020-09-21 14:10:31 -05:00
fn
main
(
)
{
let
_
=
const
{
Add inline const tests
2020-10-06 15:53:12 -05:00
//~^ ERROR inline-const is experimental [E0658]
Add inline_const feature flag
2020-09-21 14:10:31 -05:00
true
}
;
}
Reference in New Issue
Copy Permalink