summaryrefslogtreecommitdiffstats
path: root/tests/ui/generics/unclosed-generics-in-impl-def.rs
blob: 2ec99b16e552b28fe213bf75d5599e2910cb4bed (plain)
1
2
impl<S: Into<std::borrow::Cow<'static, str>> From<S> for Canonical {} //~ ERROR expected
fn main() {}