Skip to content
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

Lower MSRV to 1.60 #561

Merged
merged 1 commit into from
Oct 29, 2023
Merged

Lower MSRV to 1.60 #561

merged 1 commit into from
Oct 29, 2023

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Oct 27, 2023

Modify the way that certain memory safety properties are validated in our transmute!, transmute_ref!, and transmute_mut! macros to allow that code to compile on 1.60.

Makes progress on #554

src/lib.rs Outdated Show resolved Hide resolved
tests/ui-msrv/transmute-ref-dst-unsized.stderr Outdated Show resolved Hide resolved
@joshlf joshlf force-pushed the lower-msrv branch 3 times, most recently from f3b9e02 to 2fb27c0 Compare October 27, 2023 22:41
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/macro_util.rs Outdated Show resolved Hide resolved
src/macro_util.rs Outdated Show resolved Hide resolved
@joshlf joshlf requested a review from jswrenn October 28, 2023 12:27
@joshlf joshlf force-pushed the lower-msrv branch 2 times, most recently from 4e14a22 to ef94762 Compare October 28, 2023 13:38
@joshlf joshlf enabled auto-merge October 28, 2023 13:41
Modify the way that certain memory safety properties are validated in
our `transmute!`, `transmute_ref!`, and `transmute_mut!` macros to allow
that code to compile on 1.60.

Makes progress on #554
@joshlf joshlf added this pull request to the merge queue Oct 29, 2023
Merged via the queue into main with commit 75568e4 Oct 29, 2023
126 checks passed
@joshlf joshlf deleted the lower-msrv branch October 29, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants