Scott McMurray
ddfd0c701a
Remove feature(control_flow_enum) in tests
2024-09-25 19:00:19 -07:00
许杰友 Jieyou Xu (Joe)
6e48b96692
[AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives
2024-02-22 16:04:04 +00:00
Celina G. Val
2564811e7b
Remove tcx function and make internal fn safer
...
I added `tcx` argument to `internal` to force 'tcx to be the same
lifetime as TyCtxt. The only other solution I could think is to change
this function to be `unsafe`.
2024-01-16 14:35:18 -08:00
Celina G. Val
af3c2c9f6d
Fix all_trait* methods to return all trait available
...
Also provide a mechanism to retrieve traits and implementations for a
given crate.
2024-01-09 15:45:03 -08:00