Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-11-20
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 20, 2023
1 parent c6c0f26 commit 53bb9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/ptr_no_const_mut.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ error: expected `mut` or `const` keyword in raw pointer type
|
help: add `mut` or `const` here
|
6 | fn get_neither_const_nor_mut() -> *const C;
| +++++
6 | fn get_neither_const_nor_mut() -> *mut C;
| +++
6 | fn get_neither_const_nor_mut() -> *const C;
| +++++

error: expected `const` or `mut`
--> tests/ui/ptr_no_const_mut.rs:6:44
Expand Down

0 comments on commit 53bb9d4

Please sign in to comment.