-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tweak expected message to explain what it's actually signifying #116082
Conversation
@@ -29,7 +29,7 @@ error[E0053]: method `make` has an incompatible type for trait | |||
--> $DIR/defaults-specialization.rs:35:18 | |||
| | |||
LL | default type Ty = bool; | |||
| ----------------------- expected this associated type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Side-note: The whole point of this E0053 is that the type bool
is not expected.
@bors r+ |
…, r=estebank Tweak expected message to explain what it's actually signifying r? `@estebank` since you added this
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
This PR has been re-added to the queue. |
@bors rollup=always |
Finished benchmarking commit (dbff283): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 634.28s -> 633.799s (-0.08%) |
…sg, r=estebank Tweak expected message to explain what it's actually signifying r? `@estebank` since you added this
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#116073 (Allow higher-ranked fn sigs in `ValuePairs`) - rust-lang#116082 (Tweak expected message to explain what it's actually signifying) - rust-lang#116086 (More accurate suggestion for `self.` and `Self::`) - rust-lang#116104 (Reuse calculate_debuginfo_offset for fragments.) - rust-lang#116106 (Migrate GUI colors test to original CSS color format) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#116082 - compiler-errors:default-assoc-ty-msg, r=estebank Tweak expected message to explain what it's actually signifying r? ``@estebank`` since you added this
r? @estebank since you added this