X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_resolve%2Fsrc%2Fmacros.rs;h=dafa10e9e0026ff4ad4c32fc8f511a1bf73b8f2e;hb=c93b07019d024038b07c2e5652971d033b29723c;hp=0c428aa6cc05c16b82c4a7f6a9e8a6539277bb82;hpb=0ed046f44dde49db03c2f5e43aca32fe62810008;p=rust.git diff --git a/compiler/rustc_resolve/src/macros.rs b/compiler/rustc_resolve/src/macros.rs index 0c428aa6cc0..dafa10e9e00 100644 --- a/compiler/rustc_resolve/src/macros.rs +++ b/compiler/rustc_resolve/src/macros.rs @@ -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"), }