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

Define unsafety without mentioning memory-safety guarantees #395

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Define unsafety without mentioning memory-safety guarantees #395

merged 1 commit into from
Nov 24, 2022

Conversation

jonas-schievink
Copy link
Contributor

Fixes #158

All UB in Rust is ruled out statically, with the exception of UB caused by unsafe operations. Let's define them according to that.

@Veykril
Copy link
Member

Veykril commented Nov 24, 2022

bors merge

@bors-ferrocene
Copy link
Contributor

Build succeeded:

  • CI

@bors-ferrocene bors-ferrocene bot merged commit 087a890 into ferrocene:main Nov 24, 2022
@jonas-schievink jonas-schievink deleted the redefine-unsafe-operation branch November 24, 2022 13:34
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.

"memory-safety guarantees of Rust" are not defined
2 participants