1
Fork 0

Stabilize macro_vis_matcher

This commit is contained in:
Jakub Kozlowski 2018-08-15 00:24:55 +01:00
parent b355906919
commit 00920c0024
24 changed files with 22 additions and 82 deletions

View file

@ -270,7 +270,7 @@
#![feature(libc)]
#![feature(link_args)]
#![feature(linkage)]
#![feature(macro_vis_matcher)]
#![cfg_attr(stage0, feature(macro_vis_matcher))]
#![feature(needs_panic_runtime)]
#![feature(never_type)]
#![cfg_attr(not(stage0), feature(nll))]