1
Fork 0
rust/tests/ui/resolve/auxiliary/issue-3907.rs
2023-01-11 09:32:08 +00:00

3 lines
32 B
Rust

pub trait Foo {
fn bar();
}