Skip to content

Commit

Permalink
Link to explain why an invalid span workaround is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 20, 2022
1 parent 3f694ca commit 4663783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Expand Up @@ -16,6 +16,7 @@ fn main() {
}

if version.minor < 53 {
// https://github.com/rust-lang/rust/issues/43081
println!("cargo:rustc-cfg=needs_invalid_span_workaround");
}
}
Expand Down

0 comments on commit 4663783

Please sign in to comment.