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
6
864
February 11, 2020
Other possible const-fn purposes
language design
19
2054
July 26, 2020
Adding #[cfg(const)]?
language design
6
1524
February 3, 2021
Quick Thought: const{} blocks
language design
10
3522
March 25, 2019
Constifying the std/core library
17
2683
December 23, 2020