about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/ice-import-crate-57180.rs
blob: 264b53cbd9ada1bfcfc016756220ba66c35cc806 (plain)
1
2
3
4
5
6
7
8
//@ aux-build:issue-57180.rs
// https://github.com/rust-lang/rust/issues/57180

extern crate issue_57180;
use issue_57180::Trait;

fn main() {
}