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