Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
inline-const
/
expr-with-block-err.rs
blob: f7547742ddcbed9d0638bc12d694c0221b34e707 [
file
] [
log
] [
blame
]
#![
feature
(
inline_const
)]
fn
main
()
{
const
{
2
}
-
const
{
1
};
//~^ ERROR mismatched types
}