9 lines
145 B
Rust
9 lines
145 B
Rust
//@ aux-build:issue-57180.rs
|
|
// https://github.com/rust-lang/rust/issues/57180
|
|
|
|
extern crate issue_57180;
|
|
use issue_57180::Trait;
|
|
|
|
fn main() {
|
|
}
|