mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 12:43:32 +00:00
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() {
|
|
}
|