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

Re-export core::ffi::FromBytesUntilNulError in std::ffi #113701

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Jul 14, 2023

  1. Re-export core::ffi::FromBytesUntilNulError in std::ffi

    Like the other CStr and CString error types, make a re-export for
    std::ffi::FromBytesUntilNulError.
    
    This seems to have slipped through the cracks in the
    cstr_from_bytes_until_nul implementation and core_c_str migration.
    
    Tracking Issue: rust-lang#95027
    aswild committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fda3d2a View commit details
    Browse the repository at this point in the history