Skip to content

Commit

Permalink
remove proc macro hygiene
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Mar 7, 2024
1 parent f8e5e62 commit ac1776b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions program/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ fn main() {
}
Channel::Dev => {
println!("cargo:rustc-cfg=RUSTC_WITH_SPECIALIZATION");
// See https://github.com/solana-labs/solana/issues/11055
// We may be running the custom `rust-bpf-builder` toolchain,
// which currently needs `#![feature(proc_macro_hygiene)]` to
// be applied.
println!("cargo:rustc-cfg=RUSTC_NEEDS_PROC_MACRO_HYGIENE");
}
}
}

0 comments on commit ac1776b

Please sign in to comment.