rust/library/core
Josh Stone b67ad8f626 Rename Arguments::as_const_str to as_statically_known_str
While `const` has a particular meaning about language guarantees, here
we need a fuzzier notion like whether constant propagation was
effective, and `statically_known` is the best term we have for now.
2024-03-23 21:49:29 -07:00
..
benches Add benches for net parsing 2024-03-04 18:46:24 -05:00
src Rename Arguments::as_const_str to as_statically_known_str 2024-03-23 21:49:29 -07:00
tests step cfgs 2024-03-20 08:49:13 -04:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00