blob: 264b53cbd9ada1bfcfc016756220ba66c35cc806 [file] [log] [blame]
//@ aux-build:issue-57180.rs
// https://github.com/rust-lang/rust/issues/57180
extern crate issue_57180;
use issue_57180::Trait;
fn main() {
}