Rust Internals
Do `const fn`s always be inlined?
cuviper
November 11, 2022, 4:54pm
5
In the future, inline
const { ... }
blocks will be a way to force that.
10 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
[pre-RFC] [idea] Detecting const evaluation
language design
5
903
November 13, 2019
Other possible const-fn purposes
language design
18
2127
April 27, 2020
Adding #[cfg(const)]?
language design
5
1577
November 5, 2020
Quick Thought: const{} blocks
language design
9
3609
July 29, 2018
Constifying the std/core library
16
2782
September 24, 2020