Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Sep 2, 2021
1 parent d3434b3 commit 89c6d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/ui/const-generics/issues/issue-86530.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![feature(generic_const_exprs)]
#![allow(incomplete_features)]
#![allow(incomplete_features)]

pub trait X {
const Y: usize;
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/const-generics/issues/issue-86535-2.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// run-pass
#![feature(adt_const_params, generic_const_exprs)]
#![allow(incomplete_features)]
#![allow(incomplete_features)]

pub trait Foo {
const ASSOC_C: usize;
Expand Down

0 comments on commit 89c6d4f

Please sign in to comment.