Skip to content

Commit 08a8f23

Browse files
committed
Test CI
1 parent 8187f3d commit 08a8f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ impl CodegenBackend for GccCodegenBackend {
9393
let _int128_ty = check_context.new_c_type(CType::UInt128t);
9494
check_context.compile();
9595
*self.supports_128bit_integers.lock().expect("lock") = check_context.get_last_error() == Ok(None);
96+
println!("128-bit integers are supported: {}", self.supports_128bit_integers.lock().expect("lock"));
9697
}
9798

9899
fn codegen_crate<'tcx>(&self, tcx: TyCtxt<'tcx>, metadata: EncodedMetadata, need_metadata_module: bool) -> Box<dyn Any> {

0 commit comments

Comments
 (0)