We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29846d3 commit 56545d5Copy full SHA for 56545d5
build.rs
@@ -124,15 +124,15 @@ fn main() {
124
125
if proc_macro_span {
126
// Enable non-dummy behavior of Span::byte_range and Span::join methods
127
- // which require an unstable compiler feature. Enabled when building
+ // which requires an unstable compiler feature. Enabled when building
128
// with nightly, unless `-Z allow-feature` in RUSTFLAGS disallows
129
// unstable features.
130
println!("cargo:rustc-cfg=proc_macro_span");
131
}
132
133
if proc_macro_span_location {
134
// Enable non-dummy behavior of Span::start and Span::end methods which
135
- // require Rust 1.88.
+ // requires Rust 1.88.
136
println!("cargo:rustc-cfg=proc_macro_span_location");
137
138
0 commit comments