Skip to content
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

Add backticks #12441

Merged
merged 1 commit into from
Feb 22, 2014
Merged

Add backticks #12441

merged 1 commit into from
Feb 22, 2014

Conversation

kud1ing
Copy link

@kud1ing kud1ing commented Feb 21, 2014

Not all of those messages are covered by tests. I am not sure how to trigger them and where to put those tests.

Also some message patterns in the existing tests are not complete.
For example, i find error: mismatched types: expected "i32" but found "char" (expected i32 but found char) a bit repetitive, but as i can see there is no test covering that.

bors added a commit that referenced this pull request Feb 22, 2014
Not all of those messages are covered by tests. I am not sure how to trigger them and where to put those tests.

Also some message patterns in the existing tests are not complete.
For example, i find `error: mismatched types: expected "i32" but found "char" (expected i32 but found char)` a bit repetitive, but as i can see there is no test covering that.
@bors bors closed this Feb 22, 2014
@bors bors merged commit 766e138 into rust-lang:master Feb 22, 2014
@kud1ing kud1ing deleted the backticks branch February 22, 2014 20:59
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
fix: rust-lang#12441 False-positive type-mismatch error with generic future

I think the reason is same with rust-lang#11815.
add ```Sized``` bound for ```AsyncBlockTypeImplTrait```.
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Mar 21, 2024
…=dswij

[`else_if_without_else`]: Fix duplicate diagnostics

Relates to: rust-lang#12379

changelog:  Fix duplicate lint diagnostic emission from [`else_if_without_else`]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants