about summary refs log tree commit diff
path: root/tests/ui/traits/default-method
AgeCommit message (Collapse)AuthorLines
2025-08-19bless tests with new lint messagesKarol Zwolak-1/+1
2025-07-13Retire hir::*ItemRef.Camille GILLOT-2/+2
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature ↵mejrs-3/+6
checking
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-17/+17
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-11/+11
Get rid of HIR const checker As far as I can tell, the HIR const checker was implemented in https://github.com/rust-lang/rust/pull/66170 because we were not able to issue useful const error messages in the MIR const checker. This seems to have changed in the last 5 years, probably due to work like #90532. I've tweaked the diagnostics slightly and think the error messages have gotten *better* in fact. Thus I think the HIR const checker has reached the end of its usefulness, and we can retire it. cc `@RalfJung`
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-1/+0
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
2024-11-22Get rid of HIR const checkerMichael Goulet-11/+11
2024-07-03Add `constness` to `TraitDef`Deadbeef-11/+11
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-17/+17
2024-02-07Update testsr0cky-2/+15
2024-01-13Bless testsGeorge-lewis-0/+1
Update tests
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-01-11Move /src/test to /testsAlbert Larsan-0/+630