]> git.proxmox.com Git - rustc.git/blob - src/test/ui/macros/macro-local-data-key-priv.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / macros / macro-local-data-key-priv.stderr
1 error[E0603]: constant `baz` is private
2 --> $DIR/macro-local-data-key-priv.rs:8:10
3 |
4 LL | bar::baz.with(|_| ());
5 | ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0603`.