diff options
Diffstat (limited to 'tests/rustdoc/issue-55001.rs')
| -rw-r--r-- | tests/rustdoc/issue-55001.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rustdoc/issue-55001.rs b/tests/rustdoc/issue-55001.rs index f6c7f9a3d08..b7d86a1c843 100644 --- a/tests/rustdoc/issue-55001.rs +++ b/tests/rustdoc/issue-55001.rs @@ -1,3 +1,6 @@ +// https://github.com/rust-lang/rust/issues/55001 +#![crate_name="foo"] + // Regression test for issue #55001. Previously, we would incorrectly // cache certain trait selection results when checking for blanket impls, // resulting in an ICE when we tried to confirm the cached ParamCandidate |
