Fix typo src/base.rs

This commit is contained in:
vuittont60 2024-01-09 10:53:00 +08:00
parent b10f5dd3b9
commit 4e8627cf89
No known key found for this signature in database
GPG Key ID: A9EFD100F36387FD

View File

@ -164,7 +164,7 @@ pub fn compile_codegen_unit(tcx: TyCtxt<'_>, cgu_name: Symbol, target_info: Lock
context.add_driver_option("-v");
}
// NOTE: The codegen generates unrechable blocks.
// NOTE: The codegen generates unreachable blocks.
context.set_allow_unreachable_blocks(true);
{