5 lines
136 B
Rust
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() {}
|