This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
1ac0239bd2
rust
/
compiler
/
rustc_middle
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
..
src
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
Cargo.toml
remove unused derive_more dep
2024-03-08 12:34:14 +03:00
messages.ftl
Add a custom panic message for resuming
gen
blocks after they panicked
2023-10-30 10:23:57 +00:00
README.md
README.md
For more information about how rustc works, see the
rustc dev guide
.