Skip to content

Commit 95aaae5

Browse files
committed
update comment
1 parent bc962b9 commit 95aaae5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

compiler/rustc_type_ir/src/ty_kind.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ impl<I: Interner> AliasTyKind<I> {
9292
/// with `IsRigid::Yes`. At this point we no longer have to try and renormalize this alias
9393
/// later on.
9494
///
95-
/// Alias handling is currently still in flux for the new trait solver and this is currently
96-
/// somewhat messy. Please reach out on #t-types/trait-system-refactor-initiative if you encounter
97-
/// this and it isn't immediately clear what to do. See https://hackmd.io/@lcnr/SyjTAeixzg for
98-
/// a quite terse writeup of what's going on here.
95+
/// FIXME(#155345): Alias handling is currently still in flux for the new trait
96+
/// solver and this is currently somewhat messy. Please reach out on
97+
/// #t-types/trait-system-refactor-initiative if you encounter this and it isn't
98+
/// immediately clear what to do.
9999
#[derive(Debug, Clone, Copy, Hash, PartialEq)]
100100
#[derive(TypeVisitable_Generic, GenericTypeVisitable, TypeFoldable_Generic)]
101101
#[cfg_attr(

0 commit comments

Comments
 (0)