about summary refs log tree commit diff
path: root/tests/ui/raw-ref-op
AgeCommit message (Collapse)AuthorLines
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-0/+30
Rollup of 8 pull requests Successful merges: - #134252 (Fix `Path::is_absolute` on Hermit) - #134254 (Fix building `std` for Hermit after `c_char` change) - #134255 (Update includes in `/library/core/src/error.rs`.) - #134261 (Document the symbol Visibility enum) - #134262 (Arbitrary self types v2: adjust diagnostic.) - #134265 (Rename `ty_def_id` so people will stop using it by accident) - #134271 (Arbitrary self types v2: better feature gate test) - #134274 (Add check-pass test for `&raw`) r? `@ghost` `@rustbot` modify labels: rollup
2024-12-13Add check-pass test for `&raw`León Orell Valerian Liehr-0/+30
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline ↵Esteban Küber-2/+1
span rendering
2024-10-05Be far more strict about what we consider to be a read of neverMichael Goulet-1/+24
2024-10-05Evaluating place expr that is never read from does not divergeMichael Goulet-0/+33
2024-08-18stabilize raw_ref_opRalf Jung-90/+2
2024-05-03turn pointer_structural_match into a hard errorRalf Jung-46/+0
2024-03-23address review feedbackMatthias Krüger-2/+2
2024-03-23add test for ICE "raw ptr comparison should already be caught in the trait ↵Matthias Krüger-0/+46
system" #105047 Fixes #105047
2024-03-20Make type_ascribe! not a built-inMichael Goulet-0/+8
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-01-13Bless testsGeorge-lewis-0/+6
Update tests
2023-01-11Move /src/test to /testsAlbert Larsan-0/+267