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
adda9da604a7f384d2714ec055d9c70018b163d1
rust
/
compiler
/
rustc_infer
/
src
History
Oli Scherer
adda9da604
Avoid various uses of
Option<Span>
in favor of using
DUMMY_SP
in the few cases that used
None
2024-03-18 09:34:08 +00:00
..
errors
Rename
AddToDiagnostic
as
Subdiagnostic
.
2024-03-11 10:04:49 +11:00
infer
Avoid various uses of
Option<Span>
in favor of using
DUMMY_SP
in the few cases that used
None
2024-03-18 09:34:08 +00:00
traits
move snapshot handling into mod
2024-03-07 15:39:30 +01:00
lib.rs
Use
ControlFlow
in HIR visitors
2024-03-05 20:06:08 -05:00