Sign in
rust
/
rust
/
93cd4f8a0494700a59fb499289ece76b9ff89e51
/
.
/
tests
/
ui
/
parser
/
bad-pointer-type.rs
blob: 6a82acb4cd6b5dce05b47fbff64c1563ab009fd7 [
file
]
fn
foo
(
_
:
*())
{
//~^ ERROR expected `mut` or `const` keyword in raw pointer type
}
fn
main
()
{}