Dylan DPC
|
f91f369949
|
Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr
Fix unused_parens issue for higher ranked function pointers
fixes #105061
r? `@lcnr`
|
2023-01-17 20:33:03 +05:30 |
|
yukang
|
9d74bb832f
|
comments feedback
|
2023-01-16 20:44:14 +08:00 |
|
clubby789
|
295f5483fe
|
Fix regression in unused_braces with macros
|
2023-01-15 05:08:30 +00:00 |
|
yukang
|
644ee8d250
|
add test case for issue 105601
|
2023-01-14 17:11:05 +08:00 |
|
yukang
|
7d99866bfc
|
fix #105061, Fix unused_parens issue for higher ranked function pointers
|
2023-01-14 17:11:04 +08: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 |
|
Arthur Carcano
|
797f247997
|
Mark ZST as FFI-safe if all its fields are PhantomData
Modify the linting behavior and add the corresponding
regression test
|
2023-01-12 12:21:35 +01: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 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|