Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// aux-build:issue-41549.rs
extern crate issue_41549;
struct S;
impl issue_41549::Trait for S {
const CONST: () = (); //~ ERROR incompatible type for trait
}
fn main() {}