Skip to content

Commit

Permalink
WHY DID I NOT COMMIT ANYTHING EARLIER!? WHYYY!???
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Jul 5, 2024
1 parent 6f8d9cc commit 4ba8a45
Show file tree
Hide file tree
Showing 19 changed files with 1,182 additions and 657 deletions.
3 changes: 3 additions & 0 deletions stabby-abi/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ fn main() {
.max(10);
tuples(max_tuple).unwrap();
println!("cargo:rustc-check-cfg=cfg(stabby_nightly, values(none()))");
println!(
r#"cargo:rustc-check-cfg=cfg(stabby_default_alloc, values(none(), "RustAlloc", "LibcAlloc"))"#
);
println!(
r#"cargo:rustc-check-cfg=cfg(stabby_check_unreachable, values(none(), "true", "false"))"#
);
Expand Down
Loading

0 comments on commit 4ba8a45

Please sign in to comment.