Matthias Krüger
|
371904bba6
|
Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov
Exit when there are unmatched delims to avoid noisy diagnostics
From https://github.com/rust-lang/rust/pull/104012#issuecomment-1311764832
r? ``@petrochenkov``
|
2023-03-01 01:20:22 +01:00 |
|
yukang
|
f01d0c02e7
|
Exit when there are unmatched delims to avoid noisy diagnostics
|
2023-02-28 07:55:19 +00:00 |
|
Michael Howell
|
f058bb0fcf
|
diagnostics: avoid querying associated_item in the resolver
Fixes #108529
|
2023-02-27 09:22:51 -07:00 |
|
Esteban Küber
|
bd176ee591
|
Make removal suggestion not verbose
|
2023-02-14 20:22:10 +00:00 |
|
Esteban Küber
|
5d63e10318
|
rebase and review comments
|
2023-02-14 20:22:10 +00:00 |
|
Esteban Küber
|
f02d8ec15e
|
More accurate spans for arg removal suggestion
|
2023-02-14 20:22:09 +00:00 |
|
Esteban Küber
|
62ba3e70a1
|
Modify primary span label for E0308
The previous output was unintuitive to users.
|
2023-01-30 20:12:19 +00:00 |
|
Matthias Krüger
|
c6e3a47843
|
Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors
When suggesting writing a fully qualified path probe for appropriate types
Address the more common part of #46585.
|
2023-01-13 19:16:42 +01:00 |
|
bors
|
279f1c9d8c
|
Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk
Const closures
cc https://github.com/rust-lang/rust/issues/106003
|
2023-01-13 05:04:48 +00:00 |
|
nils
|
25fd633828
|
Rollup merge of #106579 - estebank:issue-52144, r=Nilstrieb
Suggest making private tuple struct field public
Fix #52144.
|
2023-01-12 15:44:51 +01:00 |
|
Deadbeef
|
b0aa859c24
|
fix fmt and bless
|
2023-01-12 02:28:38 +00:00 |
|
Esteban Küber
|
41e66d9025
|
review comments: Tweak output
* Account for `struct S(pub(super)Ty);` in suggestion
* Suggest changing field visibility in E0603 too
|
2023-01-11 21:36:02 +00:00 |
|
Esteban Küber
|
ad13d9fbbe
|
Suggest making private tuple struct field public
Fix #52144.
|
2023-01-11 21:35:42 +00:00 |
|
Esteban Küber
|
12ddf77811
|
When suggesting writing a fully qualified path probe for appropriate types
Fix #46585.
|
2023-01-11 21:30:10 +00:00 |
|
Michael Goulet
|
d375440dab
|
label where constructor is defined and note that it should be called
|
2023-01-11 19:53:15 +00:00 |
|
Michael Goulet
|
ede5c31af4
|
Be more specific about constructor FnDef s in type mismatch
|
2023-01-11 19:53:14 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|