Audit unsafe usages in compiletest #139616
Labels
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
compiletest
has someunsafe
usages inraise_fd_limit.rs
andread2.rs
which have no safety comments (esp. those that calls out tolibc
). It would be good to audit their usages and justify why their usages are sound.The text was updated successfully, but these errors were encountered: