Make failing case clear in assert_cfg docs

This commit is contained in:
Nikolai Vazquez
2017-12-19 02:04:18 -05:00
parent 0db6c711db
commit df9abc5faa
+2 -1
View File
@@ -88,7 +88,8 @@ pub extern crate core as _core;
/// # fn main() {}
/// ```
///
/// We can't be compiling for both Unix _and_ Windows simultaneously:
/// Some configurations are impossible. For example, we can't be compiling for
/// both Unix _and_ Windows simultaneously:
///
/// ```compile_fail
/// # #[macro_use] extern crate static_assertions;