bless you
This commit is contained in:
parent
f7f0f843b7
commit
b5235ea732
60 changed files with 200 additions and 87 deletions
|
@ -11,7 +11,7 @@ fn non_const_context() -> Vec<usize> {
|
|||
|
||||
const fn const_context() -> Vec<usize> {
|
||||
Default::default()
|
||||
//[stock]~^ ERROR calls in constant functions are limited
|
||||
//[stock]~^ ERROR cannot call non-const fn
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue