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 0311653 commit ff04bc7Copy full SHA for ff04bc7
ctru-rs/src/lib.rs
@@ -23,6 +23,7 @@
23
#![feature(try_trait_v2)]
24
#![feature(allocator_api)]
25
#![feature(new_uninit)]
26
+#![feature(diagnostic_namespace)]
27
#![test_runner(test_runner::run_gdb)] // TODO: does this make sense to have configurable?
28
#![doc(
29
html_favicon_url = "https://user-images.githubusercontent.com/11131775/225929072-2fa1741c-93ae-4b47-9bdf-af70f3d59910.png"
0 commit comments