Tweak expected message to explain what it's actually signifying#116082
Tweak expected message to explain what it's actually signifying#116082bors merged 1 commit intorust-lang:masterfrom
Conversation
| --> $DIR/defaults-specialization.rs:35:18 | ||
| | | ||
| LL | default type Ty = bool; | ||
| | ----------------------- expected this associated type |
There was a problem hiding this comment.
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