Skip to content

Commit ba19ece

Browse files
committed
ICE when applying test to crate root
1 parent f524236 commit ba19ece

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// ICE when applying `#![test]` to the crate root,
2+
// though only when specified with a full path. `#![test]` is not enough.
3+
#![core::prelude::v1::test]
4+
5+
6+
7+
fn main() {} // not important to reproduce the issue

0 commit comments

Comments
 (0)