add feature gate doc_masked and tests

This commit is contained in:
QuietMisdreavus
2017-08-21 20:20:21 -05:00
parent c491e195c4
commit bb6de3c9ce
5 changed files with 87 additions and 0 deletions

View File

@@ -313,6 +313,7 @@
#![feature(unwind_attributes)]
#![feature(vec_push_all)]
#![feature(doc_cfg)]
#![feature(doc_masked)]
#![cfg_attr(test, feature(update_panic_count))]
#![default_lib_allocator]