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