about summary refs log tree commit diff
path: root/tests/ui/parser/fn-header-semantic-fail.rs
AgeCommit message (Collapse)AuthorLines
2024-10-11Note what qualifierMichael Goulet-5/+5
2024-10-11Remove unadornedMichael Goulet-2/+2
2024-09-14stabilize `const_extern_fn`Folkert de Vries-2/+0
2024-06-04Fail when using safe/unsafe items inside unadorned extern blocksSantiago Pastorino-1/+2
2024-06-04Allow using unsafe on functions inside extern blocksSantiago Pastorino-3/+3
2024-04-04Fix diagnostic for qualifier in extern blockArthur Carcano-1/+4
Closes: https://github.com/rust-lang/rust/issues/123306
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-01-02E0379: Make diagnostic more preciseLeón Orell Valerian Liehr-2/+2
2023-10-13Stabilize AFIT and RPITITMichael Goulet-6/+4
2023-03-08Remove `identity_future` indirectionArpad Borsos-3/+0
This was previously needed because the indirection used to hide some unexplained lifetime errors, which it turned out were related to the `min_choice` algorithm. Removing the indirection also solves a couple of cycle errors, large moves and makes async blocks support the `#[track_caller]` annotation.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+58