Move ice tests to rustdoc-ui

This commit is contained in:
Michael Howell 2024-04-06 14:41:59 -07:00
parent 31052bb8a4
commit 381a0e3cb0
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
//@ check-pass
// This shouldn't cause a stack overflow when rustdoc is run
// https://github.com/rust-lang/rust/issues/56701

View File

@ -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;