fs-err 2.11.0

A drop-in replacement for std::fs with more helpful error messages.
Documentation
1
2
3
4
5
6
7
extern crate autocfg;

fn main() {
    let ac = autocfg::new();
    // Allows `#[cfg(rustc_1_63)]` to be used in code
    ac.emit_rustc_version(1, 63);
}