]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_passes/src/check_attr.rs
rustc_typeck to rustc_hir_analysis
[rust.git] / compiler / rustc_passes / src / check_attr.rs
index a21521ff68b190c0e56795895a90535a1dc7cbcf..897a0db930c79d9677a97adcae09bbf0fc1a4627 100644 (file)
@@ -1744,7 +1744,7 @@ fn check_used(&self, attrs: &[Attribute], target: Target) {
                     }
                 }
                 Some(_) => {
-                    // This error case is handled in rustc_typeck::collect.
+                    // This error case is handled in rustc_hir_analysis::collect.
                 }
                 None => {
                     // Default case (compiler) when arg isn't defined.