]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/lint-type-limits3.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / lint / lint-type-limits3.stderr
index 0e8a64510695ae2cf8b4ea9f77ccee1a6593f4e3..823d1a4c76fd6407939e7d56a73aa8cf40b73dc5 100644 (file)
@@ -18,6 +18,7 @@ note: the lint level is defined here
 LL | #![warn(overflowing_literals)]
    |         ^^^^^^^^^^^^^^^^^^^^
    = note: the literal `200` does not fit into the type `i8` whose range is `-128..=127`
+   = help: consider using the type `u8` instead
 
 error: aborting due to previous error; 1 warning emitted