os-rust/tests/rustdoc/inline_cross/ice-import-crate-57180.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
145 B
Rust
Raw Normal View History

//@ aux-build:issue-57180.rs
2024-04-06 14:41:09 -07:00
// https://github.com/rust-lang/rust/issues/57180
extern crate issue_57180;
use issue_57180::Trait;
fn main() {
}