]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/explain.stdout
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / explain.stdout
index 0bbbd95320a8ca879b8e44f089fb04b422491308..411cdfb335b342dd16f7a0d0fbcb51f8a23895fb 100644 (file)
@@ -45,7 +45,7 @@ is a function pointer, which is not zero-sized.
 This pattern should be rewritten. There are a few possible ways to do this:
 
 - change the original fn declaration to match the expected signature,
-  and do the cast in the fn body (the prefered option)
+  and do the cast in the fn body (the preferred option)
 - cast the fn item fo a fn pointer before calling transmute, as shown here:
 
     ```