Skip to content

Commit

Permalink
Add feature for #[diagnostic]
Browse files Browse the repository at this point in the history
This is stable in 1.78 but not in our pinned nightly, so just add the
feature flag for now.
  • Loading branch information
ian-h-chamberlain committed May 17, 2024
1 parent 0311653 commit ff04bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ctru-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#![feature(try_trait_v2)]
#![feature(allocator_api)]
#![feature(new_uninit)]
#![feature(diagnostic_namespace)]
#![test_runner(test_runner::run_gdb)] // TODO: does this make sense to have configurable?
#![doc(
html_favicon_url = "https://user-images.githubusercontent.com/11131775/225929072-2fa1741c-93ae-4b47-9bdf-af70f3d59910.png"
Expand Down

0 comments on commit ff04bc7

Please sign in to comment.