]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/never_type/fallback-closure-wrap.rs
Only allow ~const bounds for traits with #[const_trait]
[rust.git] / src / test / ui / never_type / fallback-closure-wrap.rs
index 35052da6760b64ecfe443cbc67eed82304b30aba..f88355bb285f39a8e7eba473b62142fc53612578 100644 (file)
@@ -3,7 +3,7 @@
 //
 // This particular test case currently fails as the inference to `()` rather
 // than `!` happens as a result of an `as` cast, which is not currently tracked.
-// Crater did not find many cases of this occuring, but it is included for
+// Crater did not find many cases of this occurring, but it is included for
 // awareness.
 //
 // revisions: nofallback fallback