lolbinarycat

Results 142 issues of lolbinarycat

https://www.man7.org/linux/man-pages/man2/mmap.2.html on linux, memmap2 should use MAP_GROWSDOWN, or possibly `MAP_GROWSDOWN | MAP_STACK`, for future proofing (glibc uses MAP_STACK despite it doing nothing).

I was looking for a way to compactly represent a set of enums in a project, and for a second i thought this crate was exactly what i needed, but...

I have my master branch set up to track the master branch of my fork (mainly because i don't want to accidentally pull in every git tag into my shallow...

needs-triage

`./x build --target x86_64-unknown-linux-none --stage 0 library/core/` is this because bootstrap assumes every cross compilation will specify at least stage1?

T-bootstrap
needs-triage

also fixes a discrepancy where the rust side doesn't use -L docs are only on the rust side, since duplicated prose has a tendancy to get out-of-sync, and also because...

T-bootstrap
S-waiting-on-review

uses helper functions added in #128147, must not be merged before that PR. try-job: aarch64-apple try-job: armhf-gnu try-job: test-various try-job: x86_64-msvc try-job: x86_64-mingw try-job: i686-msvc try-job: i686-mingw try-job: x86_64-gnu-llvm-17

A-testsuite
T-bootstrap
S-waiting-on-author
A-run-make

### Description this feature would ignore warnings in all files except the one that was specifically requested. this would be mainly useful for contributing to large projects that do not...

C-enhancement

these types are equivalent except that `String` must be utf-8. http response bodies do not have to be utf-8, so it seems weird to limit this to only `String`.

deriving both of these on a single enum isn't infeasable, yet they both have an associated constant `VARIANTS`.

## `&str` can be created at runtime from the crate documentation: ```rust // &str: // - content must be known at compile time // + can be shared between threads...