Skip to content

Tweak expected message to explain what it's actually signifying #116082

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

compiler-errors
Copy link
Member

r? @estebank since you added this

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Sep 23, 2023
@@ -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
Copy link
Member Author

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.

@estebank
Copy link
Contributor

@bors r+

@bors
Copy link
Collaborator

bors commented Sep 23, 2023

📌 Commit 82e7cec has been approved by estebank

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 23, 2023
@bors
Copy link
Collaborator

bors commented Sep 23, 2023

⌛ Testing commit 82e7cec with merge dbff283...

bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 23, 2023
…, r=estebank

Tweak expected message to explain what it's actually signifying

r? `@estebank` since you added this
@bors
Copy link
Collaborator

bors commented Sep 23, 2023

☀️ Test successful - checks-actions
Approved by: estebank
Pushing dbff283 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Sep 23, 2023
@bors
Copy link
Collaborator

bors commented Sep 23, 2023

👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward

@ehuss
Copy link
Contributor

ehuss commented Sep 23, 2023

This PR has been re-added to the queue.

@compiler-errors
Copy link
Member Author

@bors rollup=always

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (dbff283): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This 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.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
1.3% [1.3%, 1.3%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-3.3% [-4.6%, -2.1%] 2
All ❌✅ (primary) - - 0

Cycles

This benchmark run did not return any relevant results for this metric.

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 634.28s -> 633.799s (-0.08%)
Artifact size: 317.90 MiB -> 317.77 MiB (-0.04%)

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Sep 23, 2023
…sg, r=estebank

Tweak expected message to explain what it's actually signifying

r? `@estebank` since you added this
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 24, 2023
…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
@bors bors merged commit 8c9e516 into rust-lang:master Sep 24, 2023
@rustbot rustbot added this to the 1.74.0 milestone Sep 24, 2023
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 24, 2023
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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants