rust/src/test/ui/numeric
Noah Lev 2226977a87 Ensure suggestion is in its own diagnostic window
For two reasons:

1. Now that the suggestion span has been corrected, the output is a bit
   cluttered and hard to read. Putting the suggestion its own window
   creates more space.

2. It's easier to see what's being suggested, since now the version
   after the suggestion is applied is shown.
2021-09-01 20:20:46 -07:00
..
const-scope.rs Account for const fns to avoid incorrect suggestions 2019-04-29 17:14:31 -07:00
const-scope.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
len.rs Add test 2019-04-29 14:38:26 -07:00
len.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
numeric-cast-2.rs
numeric-cast-2.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
numeric-cast-binop.fixed fixup! Provide suggestion to convert numeric op LHS rather than unwrapping RHS 2020-06-11 09:04:27 -07:00
numeric-cast-binop.rs fixup! Provide suggestion to convert numeric op LHS rather than unwrapping RHS 2020-06-11 09:04:27 -07:00
numeric-cast-binop.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
numeric-cast-no-fix.rs fixup! Note numeric literals that can never fit in an expected type 2020-06-16 06:55:24 -07:00
numeric-cast-no-fix.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
numeric-cast-without-suggestion.rs Suggest try_into when possible 2019-04-29 14:38:26 -07:00
numeric-cast-without-suggestion.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
numeric-cast.fixed Fix numeric-cast tests for new into suggestion 2020-04-28 21:40:03 +05:30
numeric-cast.rs Suggest try_into when possible 2019-04-29 14:38:26 -07:00
numeric-cast.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
numeric-fields.rs
numeric-fields.stderr Ensure suggestion is in its own diagnostic window 2021-09-01 20:20:46 -07:00
numeric-suffix.fixed Suggest try_into when possible 2019-04-29 14:38:26 -07:00
numeric-suffix.rs Suggest try_into when possible 2019-04-29 14:38:26 -07:00
numeric-suffix.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00