Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
inherent-assoc-consts-36031.rs
blob: e487d130671f64de4707431a394119455a6350f5 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:issue-36031.rs
//@ check-pass
//@ build-aux-docs
//@ ignore-cross-compile
// https://github.com/rust-lang/rust/issues/36031
#![
crate_name
=
"foo"
]
extern
crate issue_36031
;
pub
use
issue_36031
::
Foo
;