diff options
| author | superwhiskers <[email protected]> | 2025-12-17 21:22:37 -0600 |
|---|---|---|
| committer | superwhiskers <[email protected]> | 2026-01-04 22:23:01 -0600 |
| commit | 54e988aa3d31fb21d3397758f4b71d084e1a1130 (patch) | |
| tree | 8cef7d5a61946a1c90707e60e5022a11022f421d /crates/core/src/lib.rs | |
| parent | e12b1f4459aee80ee333e90e3b56a3b09f81ae3e (diff) | |
| download | azimuth-54e988aa3d31fb21d3397758f4b71d084e1a1130.tar.gz azimuth-54e988aa3d31fb21d3397758f4b71d084e1a1130.tar.bz2 azimuth-54e988aa3d31fb21d3397758f4b71d084e1a1130.zip | |
Change-Id: I32b78b3eee68205032591578fca70c366a6a6964
Diffstat (limited to 'crates/core/src/lib.rs')
| -rw-r--r-- | crates/core/src/lib.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crates/core/src/lib.rs b/crates/core/src/lib.rs index 24b7ac3..0b40bbd 100644 --- a/crates/core/src/lib.rs +++ b/crates/core/src/lib.rs @@ -4,6 +4,13 @@ #![feature(trusted_len)] #![feature(assert_matches)] #![feature(stmt_expr_attributes)] +#![feature(const_trait_impl)] +#![feature(const_option_ops)] +#![feature(const_result_trait_fn)] +#![feature(const_convert)] +#![feature(const_default)] +#![feature(const_clone)] +#![feature(cmp_minmax)] //! A highly portable computer algebra system library implemented in Rust. |
