This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-12-31 10:04:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_errors
/
src
History
Xiretza
0d0d369915
Make "use latest edition" subdiagnostic translatable
2023-02-01 21:56:28 +01:00
..
json
…
annotate_snippet_emitter_writer.rs
…
diagnostic_builder.rs
Use AddToDiagnostic for "use latest edition" help
2023-02-01 21:49:45 +01:00
diagnostic_impls.rs
Implement IntoDiagnosticArg for ast::Visibility
2023-02-01 21:50:31 +01:00
diagnostic.rs
Make "use latest edition" subdiagnostic translatable
2023-02-01 21:56:28 +01:00
emitter.rs
Replace enum
==
s with
match
es where it makes sense
2023-01-30 12:26:26 +00:00
error.rs
…
json.rs
…
lib.rs
Make "use latest edition" subdiagnostic translatable
2023-02-01 21:56:28 +01:00
lock.rs
…
registry.rs
…
snippet.rs
…
styled_buffer.rs
Replace some
_ == _ || _ == _
s with
matches!(_, _ | _)
s
2023-01-30 12:26:26 +00:00
tests.rs
…
translation.rs
…