This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
d1741e59cb
rust
/
compiler
/
rustc_parse
/
src
/
lexer
History
Nicolas
7be6d67f82
Fix typo in doc comment for report_too_many_hashes
...
"to big" -> "too big"
2020-11-22 07:02:58 -03:00
..
mod.rs
Fix typo in doc comment for report_too_many_hashes
2020-11-22 07:02:58 -03:00
tokentrees.rs
use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match)
2020-09-20 11:42:52 +02:00
unescape_error_reporting.rs
Fix span for unicode escape suggestion.
2020-10-05 11:19:08 -07:00
unicode_chars.rs
Condense StringReader's API to a single function
2020-09-03 15:52:15 +02:00