rust/tests/ui/ufcs
Oli Scherer beaf46f7e5 Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGuaranteed`, even if that error is only emitted by `check_modwitem_types` 2023-10-25 12:04:54 +00:00
..
ufcs-explicit-self-bad.rs Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGuaranteed`, even if that error is only emitted by `check_modwitem_types` 2023-10-25 12:04:54 +00:00
ufcs-explicit-self-bad.stderr Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGuaranteed`, even if that error is only emitted by `check_modwitem_types` 2023-10-25 12:04:54 +00:00
ufcs-partially-resolved.rs Use smart-resolve when checking for trait in RHS of UFCS 2023-04-07 05:33:52 +00:00
ufcs-partially-resolved.stderr Use smart-resolve when checking for trait in RHS of UFCS 2023-04-07 05:33:52 +00:00
ufcs-polymorphic-paths.rs Move some UI tests into subdirectories 2023-04-02 19:42:30 -04:00
ufcs-qpath-missing-params.rs
ufcs-qpath-missing-params.stderr
ufcs-qpath-self-mismatch.rs
ufcs-qpath-self-mismatch.stderr More accurately point at arguments 2023-08-26 19:25:46 +00:00