Skip to content

Commit

Permalink
Remove post-monomorphization compile-fail tests
Browse files Browse the repository at this point in the history
We made them obsolete in #966 by making the relevant errors not
expressible in our API instead of using post-monomorphization errors.
  • Loading branch information
joshlf committed Mar 2, 2024
1 parent de16504 commit 95e3abd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 119 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ pub mod byteorder;
pub mod macro_util;
#[doc(hidden)]
pub mod pointer;
mod post_monomorphization_compile_fail_tests;
mod util;
// TODO(#252): If we make this pub, come up with a better name.
mod wrappers;
Expand Down
118 changes: 0 additions & 118 deletions src/post_monomorphization_compile_fail_tests.rs

This file was deleted.

0 comments on commit 95e3abd

Please sign in to comment.