about summary refs log tree commit diff
path: root/tests/ui/associated-types/issue-36499.rs
blob: 941b1aaa0d5462758e97d87c3d882469920d6e3a (plain)
1
2
3
fn main() {
    2 + +2; //~ ERROR leading `+` is not supported
}