This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-06-21 12:07:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5833f74a9c
rust
/
compiler
/
rustc_infer
/
src
History
Matthias Krüger
20f8538d1f
simplify if let Some(_) = x to if x.is_some() (clippy::redundant_pattern_matching)
2020-12-08 20:27:49 +01:00
..
infer
simplify if let Some(_) = x to if x.is_some() (clippy::redundant_pattern_matching)
2020-12-08 20:27:49 +01:00
traits
Revert "Auto merge of
#79209
- spastorino:trait-inheritance-self, r=nikomatsakis"
2020-12-02 12:19:38 -03:00
lib.rs
TypeVisitor: use
ControlFlow
in rustc_{infer,lint,trait_selection}
2020-10-30 12:27:34 +01:00