summaryrefslogtreecommitdiff
path: root/src/tools/miri/test-cargo-miri/subcrate/src/lib.rs
blob: 2ccb6704b05e6d9ad51ac5bf87c7f8bbf61e2616 (plain)
1
2
3
4
5
#[cfg(doctest)]
compile_error!("rustdoc should not touch me");

#[cfg(test)]
compile_error!("Miri should not touch me");