]> git.proxmox.com Git - rustc.git/blob - src/test/ui/error-codes/E0446.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0446.stderr
1 error[E0446]: private type `Foo::Bar` in public interface
2 --> $DIR/E0446.rs:14:5
3 |
4 14 | / pub fn bar() -> Bar { //~ ERROR E0446
5 15 | | Bar(0)
6 16 | | }
7 | |_____^ can't leak private type
8
9 error: aborting due to previous error
10