We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb1804 commit f4137adCopy full SHA for f4137ad
compiler/rustc_middle/src/query/mod.rs
@@ -1115,7 +1115,7 @@ rustc_queries! {
1115
desc { |tcx| "collecting all inherent impls for `{:?}`", key }
1116
}
1117
1118
- /// Unsafety-check this `LocalDefId`.
+ /// Transmute-check this `LocalDefId`.
1119
query check_transmutes(key: LocalDefId) {
1120
desc { |tcx| "check transmute calls inside `{}`", tcx.def_path_str(key) }
1121
0 commit comments