rust/tests/ui/resolve/parse_error.rs

5 lines
136 B
Rust

struct Canonical;
impl<S: Into<std::borrow::Cow<'static, str>> From<S> for Canonical { //~ ERROR expected
fn foo() {}
}
fn bar() {}