Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ compile-flags: -Z parse-crate-root-only
#![feature(const_trait_impl)]
// This is going down the slice/array parsing route
impl [const] T {}
//~^ ERROR: expected identifier, found `]`
impl const T {}