rust/tests/ui/parser/recover-assoc-eq-missing-term.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
111 B
Rust
Raw Normal View History

#[cfg(FALSE)]
fn syntax() {
2020-03-27 01:39:10 -05:00
bar::<Item = >(); //~ ERROR missing type to the right of `=`
}
fn main() {}