]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/const-eval/const-eval-overflow2c.rs
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / consts / const-eval / const-eval-overflow2c.rs
index f442661ec630b78dc02694b48c070f34623eecc5..039e6b251cdaabe6ad9bb593317c10a1f0b676eb 100644 (file)
@@ -11,7 +11,7 @@
 #![allow(unused_imports)]
 
 // Note: the relevant lint pass here runs before some of the constant
-// evaluation below (e.g. that performed by codegen and llvm), so if you
+// evaluation below (e.g., that performed by codegen and llvm), so if you
 // change this warn to a deny, then the compiler will exit before
 // those errors are detected.