]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/ty/cast.rs
rustc_typeck to rustc_hir_analysis
[rust.git] / compiler / rustc_middle / src / ty / cast.rs
index 981e2d3b6d2d3ea952bb49c047ea9c792985698d..2de27102bcc0bf094bac269e1c8393bd9a2be4ca 100644 (file)
@@ -38,7 +38,7 @@ pub enum CastTy<'tcx> {
 }
 
 /// Cast Kind. See [RFC 401](https://rust-lang.github.io/rfcs/0401-coercions.html)
-/// (or librustc_typeck/check/cast.rs).
+/// (or rustc_hir_analysis/check/cast.rs).
 #[derive(Copy, Clone, Debug, TyEncodable, TyDecodable, HashStable)]
 pub enum CastKind {
     CoercionCast,