Skip to content

Commit 6ef68c9

Browse files
committed
Unignore doctest for GATs
1 parent 019ec37 commit 6ef68c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chalk-solve/src/rust_ir.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,10 @@ pub struct FnDefDatumBound<I: Interner> {
214214
}
215215

216216
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
217-
// FIXME: unignore the doctest below when GATs hit stable.
218217
/// A rust intermediate representation (rust_ir) of a Trait Definition. For
219218
/// example, given the following rust code:
220219
///
221-
/// ```ignore
220+
/// ```
222221
/// use std::fmt::Debug;
223222
///
224223
/// trait Foo<T>

0 commit comments

Comments
 (0)