Extend the lifetime checker to support specialized trait implementations from rust standard lib #1482
ziqiaozhou
started this conversation in
Feature requests
Replies: 1 comment
-
|
@ziqiaozhou I moved this to feature requests. We're currently planning a replacement for the lifetime checker, and we'll take this into account. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lifetime checker could not support some specialized trait implementations in rust standard lib. I am wondering whether the lifetime checker could give some exceptions to the trait implementation from standard lib.
verus outputs the following errors.
Even after adding
#![feature(specialization)]to generated crate-lifetime.rs, it still cannot work wellA26_Error` specializes an item from a parent `impl`, but that item is not marked `defaultBeta Was this translation helpful? Give feedback.
All reactions