Skip to content

Commit 7f9dc73

Browse files
committed
Add a const-generics folder to rustdoc tests
1 parent 35ce2ab commit 7f9dc73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/rustdoc/generic-const.rs renamed to src/test/rustdoc/const-generics/const-impl.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// ignore-tidy-linelength
2+
13
#![feature(const_generics)]
2-
#![crate_name = "foo"]
34

4-
// ignore-tidy-linelength
5+
#![crate_name = "foo"]
56

67
pub enum Order {
78
Sorted,

0 commit comments

Comments
 (0)