• N
    change `PointerKind::Implicit` to a note · 8a624b73
    Niko Matsakis 提交于
    `PointerKind` is included in `LoanPath` and hence forms part of the
    equality check; this led to having two unequal paths that both
    represent `*x`, depending on whether the `*` was inserted
    automatically or explicitly. Bad mojo. The `note` field, in contrast,
    is intended more-or-less primarily for this purpose of adding extra
    data.
    8a624b73
move_error.rs 6.7 KB