1
- error[E0658]: use of unstable library feature ' unstable_undeclared'
1
+ error[E0658]: use of unstable library feature ` unstable_undeclared`
2
2
--> $DIR/explore-issue-38412.rs:19:63
3
3
|
4
4
LL | let Record { a_stable_pub: _, a_unstable_declared_pub: _, a_unstable_undeclared_pub: _, .. } =
@@ -8,7 +8,7 @@ LL | let Record { a_stable_pub: _, a_unstable_declared_pub: _, a_unstable_un
8
8
= help: add `#![feature(unstable_undeclared)]` to the crate attributes to enable
9
9
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
10
10
11
- error[E0658]: use of unstable library feature ' unstable_undeclared'
11
+ error[E0658]: use of unstable library feature ` unstable_undeclared`
12
12
--> $DIR/explore-issue-38412.rs:28:5
13
13
|
14
14
LL | r.a_unstable_undeclared_pub;
@@ -36,7 +36,7 @@ error[E0616]: field `d_priv` of struct `Record` is private
36
36
LL | r.d_priv;
37
37
| ^^^^^^ private field
38
38
39
- error[E0658]: use of unstable library feature ' unstable_undeclared'
39
+ error[E0658]: use of unstable library feature ` unstable_undeclared`
40
40
--> $DIR/explore-issue-38412.rs:35:5
41
41
|
42
42
LL | t.2;
@@ -64,7 +64,7 @@ error[E0616]: field `5` of struct `pub_and_stability::Tuple` is private
64
64
LL | t.5;
65
65
| ^ private field
66
66
67
- error[E0658]: use of unstable library feature ' unstable_undeclared'
67
+ error[E0658]: use of unstable library feature ` unstable_undeclared`
68
68
--> $DIR/explore-issue-38412.rs:42:7
69
69
|
70
70
LL | r.unstable_undeclared_trait_method();
@@ -74,7 +74,7 @@ LL | r.unstable_undeclared_trait_method();
74
74
= help: add `#![feature(unstable_undeclared)]` to the crate attributes to enable
75
75
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
76
76
77
- error[E0658]: use of unstable library feature ' unstable_undeclared'
77
+ error[E0658]: use of unstable library feature ` unstable_undeclared`
78
78
--> $DIR/explore-issue-38412.rs:46:7
79
79
|
80
80
LL | r.unstable_undeclared();
@@ -117,7 +117,7 @@ LL | r.private();
117
117
LL | fn private(&self) -> i32 { self.d_priv }
118
118
| ------------------------ private method defined here
119
119
120
- error[E0658]: use of unstable library feature ' unstable_undeclared'
120
+ error[E0658]: use of unstable library feature ` unstable_undeclared`
121
121
--> $DIR/explore-issue-38412.rs:55:7
122
122
|
123
123
LL | t.unstable_undeclared_trait_method();
@@ -127,7 +127,7 @@ LL | t.unstable_undeclared_trait_method();
127
127
= help: add `#![feature(unstable_undeclared)]` to the crate attributes to enable
128
128
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
129
129
130
- error[E0658]: use of unstable library feature ' unstable_undeclared'
130
+ error[E0658]: use of unstable library feature ` unstable_undeclared`
131
131
--> $DIR/explore-issue-38412.rs:59:7
132
132
|
133
133
LL | t.unstable_undeclared();
0 commit comments