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