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

@ -25,7 +25,7 @@
#![feature(unsize)]
#![feature(specialization)]
#![feature(optin_builtin_traits)]
#![feature(macro_vis_matcher)]
#![cfg_attr(stage0, feature(macro_vis_matcher))]
#![cfg_attr(not(stage0), feature(nll))]
#![feature(allow_internal_unstable)]
#![feature(vec_resize_with)]