]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-36744-without-calls.rs
Various minor/cosmetic improvements to code
[rust.git] / src / test / ui / issues / issue-36744-without-calls.rs
index 8a47ebbd0a899267b16b68dcb5f6f39915b38c16..c15840090ea40840dae3c86b9a5cd944079f82bc 100644 (file)
@@ -11,7 +11,7 @@
 // compile-pass
 // Tests for an LLVM abort when storing a lifetime-parametric fn into
 // context that is expecting one that is not lifetime-parametric
-// (i.e. has no `for <'_>`).
+// (i.e., has no `for <'_>`).
 
 pub struct A<'a>(&'a ());
 pub struct S<T>(T);