-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Object safe trait nightly test #661
feat: Object safe trait nightly test #661
Conversation
Reminder to self:
|
@devanbenz if you don't mind, could you remove the lint file and macro invocation change, and add the trailing newlines to all the test files here? |
Yep absolutely!
…On Mon, Feb 12, 2024 at 6:59 PM Predrag Gruevski ***@***.***> wrote:
@devanbenz <https://github.com/devanbenz> if you don't mind, could you
remove the lint file and macro invocation change, and add the trailing
newlines to all the test files here?
—
Reply to this email directly, view it on GitHub
<#661 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFLL2B5A5VI77E2IRFPVDK3YTK3GJAVCNFSM6AAAAABDFTERGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZZHE3DSOBZGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Looks good, thanks! |
https://releases.rs/ - when will 1.77 be lower bound? I know as of right now its stable. |
Right now I'm thinking probably in another 3-4 Rust releases or so (~4-6 months), unless there's a huge burst of breaking changes in rustdoc JSON formats in consecutive Rust releases that causes more maintenance burden. Any particular reason you're asking? I'm under the impression that only the test case is left outstanding, all the rest of the work is merged and the Rust community already benefits from the new lint if they use Rust 1.77+. Is that also how you see it? Just wanted to make sure I'm not making some incorrect starting assumption here. |
Nope, no specific reason! I've been just doing some spring cleaning on my PRs and issues in GitHub 😆 |
Thanks for keeping an eye on this and checking in! |
I just released v0.33.0 of cargo-semver-checks, and that's the last release that will support Rust older than 1.77. After the release, I also merged a PR to drop Rust versions prior to 1.77 from the test matrix. That means this PR is finally ready to merge! Thanks for your patience, and for helping build this functionality! |
trait_no_longer_object_safe
lint