Skip to content

Commit ff04bc7

Browse files
Add feature for #[diagnostic]
This is stable in 1.78 but not in our pinned nightly, so just add the feature flag for now.
1 parent 0311653 commit ff04bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ctru-rs/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#![feature(try_trait_v2)]
2424
#![feature(allocator_api)]
2525
#![feature(new_uninit)]
26+
#![feature(diagnostic_namespace)]
2627
#![test_runner(test_runner::run_gdb)] // TODO: does this make sense to have configurable?
2728
#![doc(
2829
html_favicon_url = "https://user-images.githubusercontent.com/11131775/225929072-2fa1741c-93ae-4b47-9bdf-af70f3d59910.png"

0 commit comments

Comments
 (0)