Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trait Bar {}
impl Bar for i32 {
const BAR: bool = true; //~ ERROR E0438
}
fn main () {