]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/structs/struct-variant-privacy.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / structs / struct-variant-privacy.stderr
index a6bc381ff6b384fc22edb0d645a42a098ca01afb..eafd26c716f116645776149ef8fe61f2e516853a 100644 (file)
@@ -11,7 +11,7 @@ LL |     enum Bar {
    |     ^^^^^^^^
 
 error[E0603]: enum `Bar` is private
-  --> $DIR/struct-variant-privacy.rs:9:14
+  --> $DIR/struct-variant-privacy.rs:10:14
    |
 LL |         foo::Bar::Baz { a: _a } => {}
    |              ^^^ private enum