@@ -17,22 +17,22 @@ LL | r.a_unstable_undeclared_pub;
1717 = help: add `#![feature(unstable_undeclared)]` to the crate attributes to enable
1818
1919error[E0616]: field `b_crate` of struct `pub_and_stability::Record` is private
20- --> $DIR/explore-issue-38412.rs:31:5
20+ --> $DIR/explore-issue-38412.rs:31:7
2121 |
2222LL | r.b_crate;
23- | ^^^^^^^^^
23+ | ^^^^^^^ private field
2424
2525error[E0616]: field `c_mod` of struct `pub_and_stability::Record` is private
26- --> $DIR/explore-issue-38412.rs:32:5
26+ --> $DIR/explore-issue-38412.rs:32:7
2727 |
2828LL | r.c_mod;
29- | ^^^^^^^
29+ | ^^^^^ private field
3030
3131error[E0616]: field `d_priv` of struct `pub_and_stability::Record` is private
32- --> $DIR/explore-issue-38412.rs:33:5
32+ --> $DIR/explore-issue-38412.rs:33:7
3333 |
3434LL | r.d_priv;
35- | ^^^^^^^^
35+ | ^^^^^^ private field
3636
3737error[E0658]: use of unstable library feature 'unstable_undeclared'
3838 --> $DIR/explore-issue-38412.rs:37:5
@@ -44,22 +44,22 @@ LL | t.2;
4444 = help: add `#![feature(unstable_undeclared)]` to the crate attributes to enable
4545
4646error[E0616]: field `3` of struct `pub_and_stability::Tuple` is private
47- --> $DIR/explore-issue-38412.rs:38:5
47+ --> $DIR/explore-issue-38412.rs:38:7
4848 |
4949LL | t.3;
50- | ^^^
50+ | ^ private field
5151
5252error[E0616]: field `4` of struct `pub_and_stability::Tuple` is private
53- --> $DIR/explore-issue-38412.rs:39:5
53+ --> $DIR/explore-issue-38412.rs:39:7
5454 |
5555LL | t.4;
56- | ^^^
56+ | ^ private field
5757
5858error[E0616]: field `5` of struct `pub_and_stability::Tuple` is private
59- --> $DIR/explore-issue-38412.rs:40:5
59+ --> $DIR/explore-issue-38412.rs:40:7
6060 |
6161LL | t.5;
62- | ^^^
62+ | ^ private field
6363
6464error[E0658]: use of unstable library feature 'unstable_undeclared'
6565 --> $DIR/explore-issue-38412.rs:44:7
0 commit comments