Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-56175.rs
blob: daffe806a900c10da1bfa11dff121808068a6100 [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2018
//@ aux-crate:reexported_trait=reexported-trait.rs
fn
main
()
{
reexported_trait
::
FooStruct
.
trait_method
();
//~^ ERROR
reexported_trait
::
FooStruct
.
trait_method_b
();
//~^ ERROR
}