Commit Graph

9 Commits

Author SHA1 Message Date
Samuel Tardieu b3d401ecb1 Add unsafe markers to accomodate edition 2024 rules
- Add `unsafe` blocks inside `unsafe fn` using unsafe constructs
- Add `unsafe` qualifier to `extern` blocks
- Add `unsafe` qualifier to `no_mangle` attributes
2025-04-15 20:33:01 +02:00
Guillaume Gomez f666fd6417 Update UI tests 2025-02-15 13:38:16 +01:00
J-ZhengLi 10677d6901 add with_empty_docs attr macro & test cases for issue #12377 2024-03-12 09:19:35 +08:00
Guillaume Gomez f30138623b Update ui tests 2024-02-27 15:22:39 +01:00
lucarlig d84d9d32f1 lint on variant and fields as well 2024-02-25 22:33:16 +04:00
lucarlig f32e92cdc9 add 1 more test and dont trim other code 2024-02-25 21:18:38 +04:00
lucarlig 5a50cede29 add single letter test 2024-02-25 18:01:53 +04:00
lucarlig 84219f45a3 working naive with outside check_attrs 2024-02-25 16:11:14 +04:00
lucarlig 3093b291f6 WIP: empty doc span is still broken 2024-02-25 09:55:58 +04:00