Skip to content

Commit 7bc0c59

Browse files
committed
Ignore doctest for GATs
1 parent ced1a29 commit 7bc0c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chalk-solve/src/rust_ir.rs

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

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

0 commit comments

Comments
 (0)