-
With construct runtime it compiles:
```rust
frame_support::construct_runtime!(
pub enum Runtime
{
System: frame_system,
MyPallet1: my_pallet::,
#[cfg(feature = "frame-feature-testing")]…
-
Given the following code: (https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=c485d59d73a93f4845ea71f4dd4a08b9
```rust
mod my_module {
struct A;
}
// FAILS WITH UNE…
-
Is there a roadmap on what's planned to be included in the next release? I see the [0.17 milestone](https://github.com/statrs-dev/statrs/milestone/11) still exists but nothing similar for 0.18.
-
`server::Error` is generic with a `MakeService` type parameter, providing associated error types for content of variants `Service` and `NewService`. If the service factory type used by the application…
-
Hi, apologies for not being able to infer this from the documentation and code, I am not very experienced with these topics. Also, sorry if I get any terms wrong, either way, my question is the follow…
-
### Describe the feature
Revise `NodeComponentsBuilder`, with goal of peeling away abstraction layers + increasing generality.
Design suggestions:
- Specifying the type we are building from t…
-
### What Happened?
In the list view, Typst files (.typ) are recognized as Objective-C files sometimes, rather than always falling back to a generic text file
### Steps to Reproduce
1. Open a direct…
-
Currently there can only be one concrete `Context` type per `#[union_fn]`. However, especially in `wasmi` the respective `Context` type is generic over some lifetimes and a user defined `HostState`. T…
-
I'd like to give a more descriptive name to this issue, but unfortunately I don't know enough about the internals of rustc to be more useful. To my uneducated eye, it seems like the Rust is choking on…
-
Do we have a way to indicate that a PropertyOfInterest is related to a specific Property? Understand that `Temp of Room3` is `Temperature`