1
Fork 0
rust/tests/ui/resolve/auxiliary/foreign-trait-with-assoc.rs
2024-09-07 07:38:22 -04:00

3 lines
32 B
Rust

pub trait Foo {
type Bar;
}