]> git.lizzy.rs Git - rust.git/commit
Improve message for raw pointer missing mut and const
authorDavid Tolnay <dtolnay@gmail.com>
Thu, 14 Apr 2016 16:46:27 +0000 (09:46 -0700)
committerDavid Tolnay <dtolnay@gmail.com>
Thu, 14 Apr 2016 16:46:30 +0000 (09:46 -0700)
commit222f47a578887cf863bd51b508dbfe313cff2ab1
treee061e63c3094498ee226991d2a20d1139d8a2b2a
parent3d50ad733229ecc9a8412cf372370aa0be1213d8
Improve message for raw pointer missing mut and const

"Bare raw pointer" does not exist as a concept.
src/libsyntax/parse/parser.rs
src/test/parse-fail/bad-pointer-type.rs [new file with mode: 0644]
src/test/parse-fail/bare-raw-pointer.rs [deleted file]