Skip to content

Commit

Permalink
Ignore warnings from polymorphization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Oct 13, 2024
1 parent b40930e commit a211812
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions tests/ui/polymorphization/issue-74614.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//@ compile-flags:-Zpolymorphize=on
//@ build-pass
//@ dont-check-compiler-stderr

fn test<T>() {
std::mem::size_of::<T>();
Expand Down
4 changes: 0 additions & 4 deletions tests/ui/polymorphization/issue-74614.stderr

This file was deleted.

1 change: 1 addition & 0 deletions tests/ui/polymorphization/issue-74636.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//@ compile-flags:-Zpolymorphize=on
//@ build-pass
//@ dont-check-compiler-stderr

use std::any::TypeId;

Expand Down
4 changes: 0 additions & 4 deletions tests/ui/polymorphization/issue-74636.stderr

This file was deleted.

0 comments on commit a211812

Please sign in to comment.