rust/src/test/ui/numeric
Camelid ed6232927b typeck: Emit structured suggestions for tuple struct syntax
And tuple variant syntax, but that didn't fit in the subject :)

Now the fact that these are suggestions is exposed both to the layout
engine and to IDEs and rustfix for automatic application.
2021-02-04 11:58:55 -08:00
..
const-scope.rs Account for const fns to avoid incorrect suggestions 2019-04-29 17:14:31 -07:00
const-scope.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
len.rs Add test 2019-04-29 14:38:26 -07:00
len.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
numeric-cast-2.rs
numeric-cast-2.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07: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 Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07: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 fixup! Note numeric literals that can never fit in an expected type 2020-06-16 20:05:55 -07: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 Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
numeric-fields.rs
numeric-fields.stderr typeck: Emit structured suggestions for tuple struct syntax 2021-02-04 11:58:55 -08: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 Add article after "to" 2020-09-29 10:30:42 -07:00