Skip to content

Commit f4137ad

Browse files
authored
Update compiler/rustc_middle/src/query/mod.rs
1 parent fdb1804 commit f4137ad

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ rustc_queries! {
11151115
desc { |tcx| "collecting all inherent impls for `{:?}`", key }
11161116
}
11171117

1118-
/// Unsafety-check this `LocalDefId`.
1118+
/// Transmute-check this `LocalDefId`.
11191119
query check_transmutes(key: LocalDefId) {
11201120
desc { |tcx| "check transmute calls inside `{}`", tcx.def_path_str(key) }
11211121
}

0 commit comments

Comments
 (0)