Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-7178.rs
blob: 153ce2cf057119098fbd93f1e0337cd81a40b9fa [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:issue-7178.rs
//@ pretty-expanded FIXME #23616
extern
crate issue_7178
as
cross_crate_self
;
pub
fn
main
()
{
let
_
=
cross_crate_self
::
Foo
::
new
(&
1
);
}