We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e16025 + e2d3a25 commit f553a0fCopy full SHA for f553a0f
compiler/rustc_passes/src/intrinsicck.rs
@@ -78,7 +78,7 @@ impl ExprVisitor<'tcx> {
78
return;
79
}
80
81
- // Special-case transmutting from `typeof(function)` and
+ // Special-case transmuting from `typeof(function)` and
82
// `Option<typeof(function)>` to present a clearer error.
83
let from = unpack_option_like(self.tcx, from);
84
if let (&ty::FnDef(..), SizeSkeleton::Known(size_to)) = (from.kind(), sk_to) {
0 commit comments