code-mart
Results
1
issues of
code-mart
The following example, found in test/const/rust.rs does not compile for me: ``` #[tsync] const SERDE_JSON_2: serde_json::Value = json!({ "a": "b" }); ``` I get this error, among others: ``` mutable...