Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace rust_macro test to work on nightly | 2021-07-02 | 1 | -11/+15 | |
| | | | | | | | | | | | | | | | | The current rust_test uses `stringify!()`. The documentation gives us the warning: > Note that the expanded results of the input tokens may change in the > future. You should be careful if you rely on the output. In the current nightly rust the result was indeed changed, so the test not fails. This PR replaces the test with another macro, that does not depend on `stringify!()`. Closes issue #504. | ||||
* | Limit test sensitivity to macro pretty printing output | 2019-10-09 | 1 | -1/+1 | |
| | | | | See https://github.com/rust-lang/rust/issues/65207. | ||||
* | fix rust macro arguments | 2018-12-13 | 1 | -0/+32 | |
| | |||||
* | Use 2018 edition idioms | 2018-12-08 | 1 | -2/+0 | |
| | |||||
* | Remove unused macro_use attributes | 2018-12-08 | 1 | -1/+0 | |
| | |||||
* | Fix formatting | 2018-10-08 | 1 | -1/+1 | |
| | |||||
* | Clean up warning about unused field | 2018-10-08 | 1 | -5/+3 | |
| | |||||
* | Add Rust macro support at templates | 2018-10-07 | 1 | -0/+22 | |