Skip to content

Commit

Permalink
Update ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clemkoh committed Nov 16, 2019
1 parent 4e1eeb9 commit dc137dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/issues/issue-45730.stderr
Expand Up @@ -30,3 +30,4 @@ LL | let x = 0 as *const i32 as *const _ as *mut _;

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0641`.
1 change: 1 addition & 0 deletions src/test/ui/order-dependent-cast-inference.stderr
Expand Up @@ -10,3 +10,4 @@ LL | let mut y = 0 as *const _;

error: aborting due to previous error

For more information about this error, try `rustc --explain E0641`.

0 comments on commit dc137dd

Please sign in to comment.