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 992d656 commit 9b41a2dCopy full SHA for 9b41a2d
lib/derive/tests/simple.rs
@@ -1,7 +1,7 @@
1
#![feature(
2
never_type,
3
- // const_fn is used by AsmType
4
- const_fn, const_panic
+ // RFC has been accepted
+ const_panic
5
)]
6
7
use static_reflect::{field_offset, StaticReflect, FieldReflect};
src/lib.rs
@@ -11,7 +11,6 @@
11
//! of compile-time reflection.
12
#![deny(missing_docs)]
13
14
- const_fn, // We rely on const eval :(
15
const_panic, const_option, // We use Option::unwrap
16
const_fn_fn_ptr_basics, // We use PhantomData<fn() -> T>
17
// Used for field_offset macro
0 commit comments