Ed Page

Results 596 issues of Ed Page

Right now, we have - `Value::*` which is `Formatted` which has `Decor` and `Repr` - `Array` which has `Decor` and `Span` - `InlineTable` which has `Decor` and `Span` - `Key`...

C-question
M-breaking-change
A-edit

https://github.com/juan-leon/lowcharts/blob/3e47c2cdfb890c1b4607c6a5a2555bb7b3d72662/tests/integration_tests.rs#L9 `cargo_bin` relies on implementation details of cargo that will soon break (rust-lang/cargo#16147, rust-lang/cargo#15010). You can test this by running: ``` CARGO_BUILD_BUILD_DIR="{cargo-cache-home}/build/{workspace-path-hash}" cargo test ``` The replacement is `assert_cmd::cargo_bin!`

https://github.com/cargo-lambda/cargo-lambda/blob/bc645a504be9c0de7f66fa58d6f03ffdaf83b1cb/crates/cargo-lambda-cli/tests/harness/mod.rs#L138 `cargo_bin` relies on implementation details of cargo that will soon break (rust-lang/cargo#16147, rust-lang/cargo#15010)

https://github.com/frewsxcv/cargo-all-features/blob/fecea3756709451a71a450f16f70c100f2adf47b/tests/settings.rs#L332 `cargo_bin` relies on implementation details of cargo that will soon break (rust-lang/cargo#16147, rust-lang/cargo#15010). You can test this by running: ``` CARGO_BUILD_BUILD_DIR="{cargo-cache-home}/build/{workspace-path-hash}" cargo test ``` The replacement is `assert_cmd::cargo_bin!`

Looks like this exists only `readline` and could gated by that feature or could be a `suggest` feature with `readline` activating it.

https://github.com/koraa/huniq/blob/1078e77688187e8979499c93cab3ac5eedab80a9/tests/tests.rs#L33 `cargo_bin` relies on implementation details of cargo that will soon break (rust-lang/cargo#16147, rust-lang/cargo#15010). You can test this by running: ``` CARGO_BUILD_BUILD_DIR="{cargo-cache-home}/build/{workspace-path-hash}" cargo test ``` The replacement is `assert_cmd::cargo_bin!`