rustc/tests/ui/generics/unclosed-generics-in-impl-def.rs
2024-06-14 12:43:07 +02:00

3 lines
102 B
Rust

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