Skip to content

Commit

Permalink
Move ice tests to rustdoc-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Apr 6, 2024
1 parent 0bf3c39 commit ca34a2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ check-pass
// This shouldn't cause a stack overflow when rustdoc is run

use std::ops::Deref;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Regression test for ICE #73061
// Regression test for ICE https://github.com/rust-lang/rust/issues/73061

//@ check-pass
//@ aux-build:issue-73061.rs

extern crate issue_73061;
Expand Down

0 comments on commit ca34a2b

Please sign in to comment.