Skip to content

libcore docs mention non-existing "librlibc" #23059

Closed
@RalfJung

Description

@RalfJung

The libcore/lib.rs file says

//! * `memcpy`, `memcmp`, `memset` - These are core memory routines which are
//!   often generated by LLVM. Additionally, this library can make explicit
//!   calls to these functions. Their signatures are the same as found in C.
//!   These functions are often provided by the system libc, but can also be
//!   provided by `librlibc` which is distributed with the standard rust
//!   distribution.

However, find -iname "*rlibc*" yields no result, both in the rust source folder and in the distributed tarball. So the part about this library being distributed with the standard distribution does not seem to apply anymore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions