Skip to content

Commit 9a5fc0d

Browse files
committed
*sprinkles some dust everywhere*
1 parent 2c004a2 commit 9a5fc0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#![feature(const_generics, const_evaluatable_checked)]
22
#![allow(incomplete_features)]
33

4-
// library portion of testing that `impl Trait<{ expr }>` doesnt ice because of a `DefKind::TyParam` parent
4+
// library portion of testing that `impl Trait<{ expr }>` doesnt
5+
// ice because of a `DefKind::TyParam` parent
56
pub fn foo<const N: usize>(foo: impl Into<[(); N + 1]>) {
67
foo.into();
78
}

0 commit comments

Comments
 (0)