You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, demo::foo::Bar is unnameable in the other crate.
Compiling the other crate will cause an error:
error: linking with `cc` failed: exit code: 1
note: /home/ubuntu/demo/target/debug/examples/example.0.o: In function `example::main':
/home/ubuntu/demo/examples/example.rs:4: undefined reference to `foo::Bar::baz::h2fcc0e6532120868paa'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
For example, consider a crate
demo
:and another crate that uses
demo
:Here,
demo::foo::Bar
is unnameable in the other crate.Compiling the other crate will cause an error:
The text was updated successfully, but these errors were encountered: