Sign in
◑
Theme
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
ui
/
comptime
/
const_comptime.rs
blob: 827e4dfcf545be9ddbc2fa5c0c8077aca4760407 [
file
]
#![
feature
(
rustc_attrs
)]
#[
rustc_comptime
]
const
fn
foo
()
{}
//~^ ERROR a function cannot be both `comptime` and `const`
fn
main
()
{}