File: build.rs

package info (click to toggle)
rust-err-derive 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 164 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
#[rustversion::before(1.34)]
compile_error!("`err-derive` depends on `proc-macro-error`, which requires rustc >= 1.34");

fn main() {
    #[cfg(feature = "skeptic")]
    skeptic::generate_doc_tests(&["README.md"]);
}