mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Rustc doesn't generate expansion info for cfg!
This commit is contained in:
parent
38680e8411
commit
b4115fc245
@ -4,6 +4,9 @@ extern crate duct;
|
||||
use std::io::{BufRead, BufReader};
|
||||
use std::fs::File;
|
||||
|
||||
// FIXME: rustc doesn't generate expansion info for `cfg!` anymore
|
||||
#![allow(logic-bug)]
|
||||
|
||||
#[test]
|
||||
fn examples() {
|
||||
let mut error = false;
|
||||
|
Loading…
Reference in New Issue
Block a user