1
Fork 0
rust/tests/ui/generics/unclosed-generics-in-impl-def.rs

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

3 lines
102 B
Rust
Raw Normal View History

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