Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-02 | Replace rust_macro test to work on nightly | René Kijewski | 1 | -3/+3 | |
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. | |||||
2019-10-09 | Reformat test for better readability | Dirkjan Ochtman | 1 | -15/+3 | |
2019-10-09 | Limit test sensitivity to macro pretty printing output | Dirkjan Ochtman | 1 | -14/+3 | |
See https://github.com/rust-lang/rust/issues/65207. | |||||
2018-12-13 | fix rust macro arguments | Juan Aguilar Santillana | 1 | -0/+26 | |