mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
error: trait `PrivNonPrincipal` is private
|
|
--> $DIR/private-in-public-non-principal-2.rs:12:5
|
|
|
|
|
LL | m::leak_dyn_nonprincipal();
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ private trait
|
|
|
|
error: aborting due to previous error
|
|
|