Skip to content

Commit 104593f

Browse files
committed
Fixup
1 parent 3193cf7 commit 104593f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/ui/rfc-2632-const-trait-impl/assoc-type.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trait Foo {
1717

1818
impl const Foo for NonConstAdd {
1919
type Bar = NonConstAdd;
20-
//~^ ERROR
20+
//TODO: ~^ ERROR
2121
}
2222

2323
trait Baz {
@@ -28,6 +28,4 @@ impl const Baz for NonConstAdd {
2828
type Qux = NonConstAdd; // OK
2929
}
3030

31-
fn main() {}
32-
33-
// TODO: this test should not pass
31+
fn main() {}

0 commit comments

Comments
 (0)