forked from M-Labs/artiq
libartiq_support: compatibility with recent stable rustc
This commit is contained in:
parent
cabe5ace8e
commit
e8fe8409b2
|
@ -1,4 +1,4 @@
|
|||
#![feature(libc, panic_unwind, unwind_attributes)]
|
||||
#![feature(libc, panic_unwind, unwind_attributes, rustc_private, int_bits_const)]
|
||||
#![crate_name = "artiq_support"]
|
||||
#![crate_type = "cdylib"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue