summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-types/issue-36499.rs
blob: 7f8f13ef8d4aca72313e288e5426ec82064adbbc (plain)
1
2
3
4
5
// error-pattern: aborting due to previous error

fn main() {
    2 + +2;
}