Michael Goulet
d6391d5d4d
Note what qualifier
2024-10-11 11:30:08 -04:00
Michael Goulet
c085071631
Remove unadorned
2024-10-11 11:30:08 -04:00
Folkert de Vries
a528f4ecd9
stabilize const_extern_fn
2024-09-14 18:07:06 +02:00
Santiago Pastorino
b4cbdb7246
Fail when using safe/unsafe items inside unadorned extern blocks
2024-06-04 14:19:43 -03:00
Santiago Pastorino
bbddc9b58f
Allow using unsafe on functions inside extern blocks
2024-06-04 14:19:42 -03:00
Arthur Carcano
109daa2d4b
Fix diagnostic for qualifier in extern block
...
Closes: https://github.com/rust-lang/rust/issues/123306
2024-04-04 11:58:38 +02:00
许杰友 Jieyou Xu (Joe)
ec2cc761bc
[AUTO-GENERATED] Migrate ui tests from //
to //@
directives
2024-02-16 20:02:50 +00:00
León Orell Valerian Liehr
ae8e401c9f
E0379: Make diagnostic more precise
2024-01-02 13:49:47 +01:00
Michael Goulet
59315b8a63
Stabilize AFIT and RPITIT
2023-10-13 21:01:36 +00:00
Arpad Borsos
9f03cfc207
Remove identity_future
indirection
...
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-03-08 15:37:14 +01:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00