We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c004a2 commit 9a5fc0dCopy full SHA for 9a5fc0d
src/test/ui/const-generics/auxiliary/generics_of_parent_impl_trait.rs
@@ -1,7 +1,8 @@
1
#![feature(const_generics, const_evaluatable_checked)]
2
#![allow(incomplete_features)]
3
4
-// library portion of testing that `impl Trait<{ expr }>` doesnt ice because of a `DefKind::TyParam` parent
+// library portion of testing that `impl Trait<{ expr }>` doesnt
5
+// ice because of a `DefKind::TyParam` parent
6
pub fn foo<const N: usize>(foo: impl Into<[(); N + 1]>) {
7
foo.into();
8
}
0 commit comments