This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
fd1a263fc7029b06a8f041feadbcc85c65b0a6e8
rust
/
tests
/
ui
/
ufcs
History
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