rustdoc: add check-pass to ICE test with no expected output

This commit is contained in:
Michael Howell 2023-10-16 18:03:22 -07:00
parent 94b39e8c86
commit c0b6a5d340

View File

@ -1,3 +1,5 @@
// check-pass
// Test that associated item impls on primitive types don't crash rustdoc
// https://github.com/rust-lang/rust/issues/31808