We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d451f commit e2d3a25Copy full SHA for e2d3a25
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