rust/src/test/ui/missing
Esteban Küber 99f2977031 Modify structured suggestion output
* On suggestions that include deletions, use a diff inspired output format
* When suggesting addition, use `+` as underline
* Color highlight modified span
2021-08-11 09:46:24 +00:00
..
auxiliary
missing-items Modify structured suggestion output 2021-08-11 09:46:24 +00:00
missing-alloc_error_handler.rs
missing-alloc_error_handler.stderr Implement Make handle_alloc_error default to panic (for no_std + liballoc) 2020-10-02 09:00:29 +02:00
missing-allocator.rs
missing-allocator.stderr normalize use of backticks in compiler messages for librustc_metadata 2019-07-19 22:24:56 +02:00
missing-block-hint.rs
missing-block-hint.stderr more recovery in if-parsing 2019-12-23 13:42:25 +01:00
missing-comma-in-match.fixed Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
missing-comma-in-match.rs Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
missing-comma-in-match.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
missing-derivable-attr.rs
missing-derivable-attr.stderr
missing-fields-in-struct-pattern.rs Detect tuple struct incorrectly used as struct pat 2020-07-12 10:34:48 -07:00
missing-fields-in-struct-pattern.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
missing-macro-use.rs resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
missing-macro-use.stderr Re-run tests with --bless 2020-09-30 12:00:59 +06:00
missing-main.rs
missing-main.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
missing-return.rs
missing-return.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
missing-stability.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
missing-stability.stderr