Jana Dönszelmann
3cc172074a
collateral damage in derive tests, improves errors by not refering to implementation details
2025-05-02 18:09:31 +02:00
Mara Bos
1ca9300989
Update tests.
2025-04-15 11:14:23 +02:00
Mara Bos
1dd77cd24a
Implement pin!() using super let.
2025-04-15 11:14:21 +02:00
Mara Bos
163ea4acd0
Add more tests for pin!().
...
Co-authored-by: Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com >
2025-03-29 08:10:15 +01:00
dianne
d7d6238b23
use backticks instead of single quotes when reporting "use of unstable library feature"
...
This is consistent with all other diagnostics I could find containing
features and enables the use of `DiagSymbolList` for generalizing
diagnostics for unstable library features to multiple features.
2024-11-03 13:55:52 -08:00
许杰友 Jieyou Xu (Joe)
ec2cc761bc
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
2024-02-16 20:02:50 +00:00
LegionMammal978
bc3fb5245a
Rename pointer field on Pin
...
The internal, unstable field of `Pin` can conflict with fields from the
inner type accessed via the `Deref` impl. Rename it from `pointer` to
`__pointer`, to make it less likely to conflict with anything else.
2024-01-16 14:58:42 -05:00
George-lewis
d56cdd48cb
Bless tests
...
Update tests
2024-01-13 12:46:58 -05:00
Nilstrieb
41e8d152dc
Show number in error message even for one error
...
Co-authored-by: Adrian <adrian.iosdev@gmail.com >
2023-11-24 19:15:52 +01:00
Esteban Küber
66d23793f0
Account for macros when suggesting a new let binding
2023-07-28 14:44:03 +00:00
Daniel Henry-Mantilla
48b7e2a5b9
Stabilize ::{core,std}::pin::pin!
2023-01-11 14:09:14 -08:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00