Closed
Description
At the moment, const arguments have to be wrapped in curly brackets, even if they are parameters.
E.g.
impl<const X: u32> Foo<{X}> { /* ... */ }
Edit: Direct repro: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=85fcc01c6258677c94c5a8cd3d144cbe