Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-25467.rs
blob: 31ac5f0f34b48836e4337e0e28b80138e41e06f8 [
file
] [
log
] [
blame
]
// run-pass
#![
allow
(
unused_variables
)]
// aux-build:issue-25467.rs
pub
type
Issue25467BarT
=
();
pub
type
Issue25467FooT
=
();
extern
crate issue_25467
as
aux
;
fn
main
()
{
let
o
:
aux
::
Object
=
None
;
}