Skip to content

Commit 830face

Browse files
committed
formatting fixes
1 parent 1ce6585 commit 830face

File tree

1 file changed

+1
-1
lines changed
  • crates/rustc_codegen_nvvm/src

1 file changed

+1
-1
lines changed

crates/rustc_codegen_nvvm/src/nvvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn codegen_bitcode_modules(
6464
let (major, minor) = nvvm::ir_version();
6565

6666
if major <= 1 && minor < 6 {
67-
sess.dcx()
67+
sess.dcx()
6868
.fatal("rustc_codegen_nvvm requires at least libnvvm 1.6 (CUDA 11.2)");
6969
}
7070

0 commit comments

Comments
 (0)