.. |
break_outside_of_loop.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
expected_function.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
field_shorthand.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
inactive_code.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
incoherent_impl.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
incorrect_case.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
invalid_derive_target.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
json_is_not_rust.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
macro_error.rs
|
Fix ide-diagnostics test fixture
|
2023-09-06 18:31:16 +02:00 |
malformed_derive.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
mismatched_arg_count.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
missing_fields.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
missing_match_arms.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
missing_unsafe.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
moved_out_of_ref.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
mutability_errors.rs
|
Add unused_variables native diagnostic
|
2023-09-24 21:29:15 +03:30 |
no_such_field.rs
|
Diagnose incorrect and private fields in record structs
|
2023-09-09 10:45:29 +02:00 |
private_assoc_item.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
private_field.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
replace_filter_map_next_with_find_map.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
type_mismatch.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
typed_hole.rs
|
Fix unused_variables in tests
|
2023-09-24 23:45:36 +03:30 |
undeclared_label.rs
|
fix: diagnostics for 'while let' loop with label in condition
|
2023-08-26 10:41:19 +08:00 |
unimplemented_builtin_macro.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
unlinked_file.rs
|
Auto merge of #14990 - HKalbasi:diagnostic-map, r=HKalbasi
|
2023-07-03 18:58:47 +00:00 |
unreachable_label.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
unresolved_extern_crate.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
unresolved_field.rs
|
Don't show unresolved-field diagnostic for missing names
|
2023-07-06 20:39:48 +09:00 |
unresolved_import.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
unresolved_macro_call.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
unresolved_method.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
unresolved_module.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
unresolved_proc_macro.rs
|
Map our diagnostics to rustc and clippy's ones
|
2023-06-15 01:47:22 +03:30 |
unused_variables.rs
|
Add unused_variables native diagnostic
|
2023-09-24 21:29:15 +03:30 |
useless_braces.rs
|
Respect #[allow(unused_braces)]
|
2023-08-28 22:22:28 +03:30 |