Skip to content

Commit

Permalink
rustdoc: move ICE tests to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Nov 23, 2023
1 parent cbe6843 commit fdde5c7
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// check-pass
// https://github.com/rust-lang/rust/issues/46976

pub fn ice(f: impl Fn()) {}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// aux-build:issue-48414.rs
// check-pass

// https://github.com/rust-lang/rust/issues/48414

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// check-pass
// https://github.com/rust-lang/rust/issues/34423

pub struct Foo;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// aux-build:issue-36031.rs
// check-pass
// build-aux-docs
// ignore-cross-compile

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// check-pass
// hopefully this doesn't cause an ICE

// https://github.com/rust-lang/rust/issues/46271
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// check-pass
// This should not ICE

// https://github.com/rust-lang/rust/issues/47639
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// aux-build:issue-40936.rs
// check-pass
// build-aux-docs

// https://github.com/rust-lang/rust/issues/40936
Expand Down
File renamed without changes.

0 comments on commit fdde5c7

Please sign in to comment.