mul/div instruction and nightly toolchain

This commit is contained in:
Mwa
2026-03-09 18:05:07 +01:00
parent 034620591b
commit 149a0d6144
3 changed files with 48 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#![feature(likely_unlikely)]
#![feature(likely_unlikely, widening_mul)]
#![deny(clippy::all)]
use std::env::args;