1
Fork 0

Stabilize param_attrs in Rust 1.39.0

This commit is contained in:
Caio 2019-08-29 20:44:30 -03:00
parent 34e82a7b79
commit 299d696b91
23 changed files with 133 additions and 244 deletions

View file

@ -1,6 +1,5 @@
// aux-build:ident-mac.rs
#![feature(param_attrs)]
#![feature(c_variadic)]
extern crate ident_mac;