]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_resolve/src/macros.rs
:arrow_up: rust-analyzer
[rust.git] / compiler / rustc_resolve / src / macros.rs
index 0c428aa6cc05c16b82c4a7f6a9e8a6539277bb82..dafa10e9e0026ff4ad4c32fc8f511a1bf73b8f2e 100644 (file)
@@ -441,7 +441,7 @@ fn cfg_accessible(
                 }
                 PathResult::Indeterminate => indeterminate = true,
                 // We can only be sure that a path doesn't exist after having tested all the
-                // posibilities, only at that time we can return false.
+                // possibilities, only at that time we can return false.
                 PathResult::Failed { .. } => {}
                 PathResult::Module(_) => panic!("unexpected path resolution"),
             }