bump rustc, llvm #119

Merged
sb10q merged 11 commits from srenblad/zynq-rs:bump_to_llvm13 into master 2024-12-20 14:06:38 +08:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 6188fe7d69 - Show all commits

View File

@ -1,5 +1,6 @@
#![no_std]
#![no_main]
#![allow(incomplete_features)]
#![feature(naked_functions)]
#![feature(asm)]
#![feature(inline_const)]

View File

@ -2,6 +2,7 @@
#![feature(never_type)]
#![feature(global_asm)]
#![feature(asm)]
#![allow(incomplete_features)]
#![feature(inline_const)]
#![feature(const_fn_trait_bound)]