1
Fork 0

bless you

This commit is contained in:
Deadbeef 2021-12-10 01:10:05 +08:00
parent f7f0f843b7
commit b5235ea732
No known key found for this signature in database
GPG key ID: 6D017A96D8E6C2F9
60 changed files with 200 additions and 87 deletions

View file

@ -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() {