@@ -2,7 +2,7 @@ error[E0425]: cannot find function `baz` in this scope
2
2
--> $DIR/issue-14254.rs:29:9
3
3
|
4
4
29 | baz();
5
- | ^^^ help: did you mean `self.baz`
5
+ | ^^^ help: try: `self.baz`
6
6
7
7
error[E0425]: cannot find value `a` in this scope
8
8
--> $DIR/issue-14254.rs:32:9
@@ -14,19 +14,19 @@ error[E0425]: cannot find function `baz` in this scope
14
14
--> $DIR/issue-14254.rs:40:9
15
15
|
16
16
40 | baz();
17
- | ^^^ help: did you mean `self.baz`
17
+ | ^^^ help: try: `self.baz`
18
18
19
19
error[E0425]: cannot find value `x` in this scope
20
20
--> $DIR/issue-14254.rs:43:9
21
21
|
22
22
43 | x;
23
- | ^ help: did you mean `self.x`
23
+ | ^ help: try: `self.x`
24
24
25
25
error[E0425]: cannot find value `y` in this scope
26
26
--> $DIR/issue-14254.rs:46:9
27
27
|
28
28
46 | y;
29
- | ^ help: did you mean `self.y`
29
+ | ^ help: try: `self.y`
30
30
31
31
error[E0425]: cannot find value `a` in this scope
32
32
--> $DIR/issue-14254.rs:49:9
@@ -38,7 +38,7 @@ error[E0425]: cannot find value `bah` in this scope
38
38
--> $DIR/issue-14254.rs:52:9
39
39
|
40
40
52 | bah;
41
- | ^^^ help: did you mean `Self::bah`
41
+ | ^^^ help: try: `Self::bah`
42
42
43
43
error[E0425]: cannot find value `b` in this scope
44
44
--> $DIR/issue-14254.rs:55:9
@@ -50,19 +50,19 @@ error[E0425]: cannot find function `baz` in this scope
50
50
--> $DIR/issue-14254.rs:63:9
51
51
|
52
52
63 | baz();
53
- | ^^^ help: did you mean `self.baz`
53
+ | ^^^ help: try: `self.baz`
54
54
55
55
error[E0425]: cannot find value `x` in this scope
56
56
--> $DIR/issue-14254.rs:66:9
57
57
|
58
58
66 | x;
59
- | ^ help: did you mean `self.x`
59
+ | ^ help: try: `self.x`
60
60
61
61
error[E0425]: cannot find value `y` in this scope
62
62
--> $DIR/issue-14254.rs:69:9
63
63
|
64
64
69 | y;
65
- | ^ help: did you mean `self.y`
65
+ | ^ help: try: `self.y`
66
66
67
67
error[E0425]: cannot find value `a` in this scope
68
68
--> $DIR/issue-14254.rs:72:9
@@ -74,7 +74,7 @@ error[E0425]: cannot find value `bah` in this scope
74
74
--> $DIR/issue-14254.rs:75:9
75
75
|
76
76
75 | bah;
77
- | ^^^ help: did you mean `Self::bah`
77
+ | ^^^ help: try: `Self::bah`
78
78
79
79
error[E0425]: cannot find value `b` in this scope
80
80
--> $DIR/issue-14254.rs:78:9
@@ -86,61 +86,61 @@ error[E0425]: cannot find function `baz` in this scope
86
86
--> $DIR/issue-14254.rs:86:9
87
87
|
88
88
86 | baz();
89
- | ^^^ help: did you mean `self.baz`
89
+ | ^^^ help: try: `self.baz`
90
90
91
91
error[E0425]: cannot find value `bah` in this scope
92
92
--> $DIR/issue-14254.rs:89:9
93
93
|
94
94
89 | bah;
95
- | ^^^ help: did you mean `Self::bah`
95
+ | ^^^ help: try: `Self::bah`
96
96
97
97
error[E0425]: cannot find function `baz` in this scope
98
98
--> $DIR/issue-14254.rs:97:9
99
99
|
100
100
97 | baz();
101
- | ^^^ help: did you mean `self.baz`
101
+ | ^^^ help: try: `self.baz`
102
102
103
103
error[E0425]: cannot find value `bah` in this scope
104
104
--> $DIR/issue-14254.rs:100:9
105
105
|
106
106
100 | bah;
107
- | ^^^ help: did you mean `Self::bah`
107
+ | ^^^ help: try: `Self::bah`
108
108
109
109
error[E0425]: cannot find function `baz` in this scope
110
110
--> $DIR/issue-14254.rs:108:9
111
111
|
112
112
108 | baz();
113
- | ^^^ help: did you mean `self.baz`
113
+ | ^^^ help: try: `self.baz`
114
114
115
115
error[E0425]: cannot find value `bah` in this scope
116
116
--> $DIR/issue-14254.rs:111:9
117
117
|
118
118
111 | bah;
119
- | ^^^ help: did you mean `Self::bah`
119
+ | ^^^ help: try: `Self::bah`
120
120
121
121
error[E0425]: cannot find function `baz` in this scope
122
122
--> $DIR/issue-14254.rs:119:9
123
123
|
124
124
119 | baz();
125
- | ^^^ help: did you mean `self.baz`
125
+ | ^^^ help: try: `self.baz`
126
126
127
127
error[E0425]: cannot find value `bah` in this scope
128
128
--> $DIR/issue-14254.rs:122:9
129
129
|
130
130
122 | bah;
131
- | ^^^ help: did you mean `Self::bah`
131
+ | ^^^ help: try: `Self::bah`
132
132
133
133
error[E0425]: cannot find function `baz` in this scope
134
134
--> $DIR/issue-14254.rs:130:9
135
135
|
136
136
130 | baz();
137
- | ^^^ help: did you mean `self.baz`
137
+ | ^^^ help: try: `self.baz`
138
138
139
139
error[E0425]: cannot find value `bah` in this scope
140
140
--> $DIR/issue-14254.rs:133:9
141
141
|
142
142
133 | bah;
143
- | ^^^ help: did you mean `Self::bah`
143
+ | ^^^ help: try: `Self::bah`
144
144
145
145
error: main function not found
146
146
0 commit comments