-
**Describe the bug**
cargo-deny panicked when trying to check advisories.
**To Reproduce**
Steps to reproduce the behavior:
1. cargo install cargo-deny
2. git clone git@github.com:cortex/ripass…
-
Something with actions seems broken in `3.0.2` and I believe it could be this `flatMap`:
https://github.com/beworker/knot/commit/fd78d3978e58406e5e6d673369f604012f060fab#diff-6eee9d229ac30d0f2976e4d…
-
Hi. Thank you for the library.
I have a question.
How to make singleton for UserSettings?
I'd like to set context in one place and then use `UserSettings.shared`.
**App.kt**
`UserSettings.init…
-
This code used to work on csound 6.13 official release OSX, but it no longer works with 6.14 official OSX:
```
kButton chnget "button"
if (changed(kButton)==1) then
chnset strcpyk((kButton==1)…
-
``` rust
#![feature(fn_traits, unboxed_closures)]
fn test>(_: F) {}
struct Compose(F,G);
impl FnOnce for Compose
where F: FnOnce, G: FnOnce {
type Output = G::Output;
extern "rust-call" fn c…
eddyb updated
5 years ago
-
### Code
The following code compiles just fine but when trying to run `cargo doc` on it I get the error described below
```Rust
#![feature(min_const_generics)]
pub type CellIndex = [i64;…
-
- [x] -[x] Branch (location, city)
- [ ]
- [x] -[x] VehicleType(vtname, features, wrate, drate, hrate, wirate, dirate, hirate, krate))
- [ ]
- [x] -[x] Vehicle (vid, vlicense, make, model, ye…
-
When I press enter (that is, add a single newline), I often see an output like this in the rust-analyzer tab, if profiling is enabled:
![image](https://user-images.githubusercontent.com/1711539/694…
-
Part of the motivation here is that for non-local crates, we right now have to go through `dyn Any` to actually get access to per-crate data, whereas if `Providers` were replaced with a trait object, …
eddyb updated
5 years ago
-
In short, being able to reflect this kind of dependencies of features:
- if feature `foo` is enabled, depend on crate `krate`
- if additionally feature `bar` is enabled, depend on `krate/bar`
-…