]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/lint-type-limits3.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / lint / lint-type-limits3.stderr
index 00441f99e60d9163b54c1062cc52738c3a90b0d0..0e8a64510695ae2cf8b4ea9f77ccee1a6593f4e3 100644 (file)
@@ -17,6 +17,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`
 
-error: aborting due to previous error
+error: aborting due to previous error; 1 warning emitted