aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/rust_macro.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-24Fix Rust macro invocations not accepting a path (#837)Libravatar Matthew Taylor1-2/+22
2021-07-02Replace rust_macro test to work on nightlyLibravatar René Kijewski1-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.
2019-10-09Limit test sensitivity to macro pretty printing outputLibravatar Dirkjan Ochtman1-1/+1
See https://github.com/rust-lang/rust/issues/65207.
2018-12-13fix rust macro argumentsLibravatar Juan Aguilar Santillana1-0/+32
2018-12-08Use 2018 edition idiomsLibravatar Dirkjan Ochtman1-2/+0
2018-12-08Remove unused macro_use attributesLibravatar Dirkjan Ochtman1-1/+0
2018-10-08Fix formattingLibravatar Dirkjan Ochtman1-1/+1
2018-10-08Clean up warning about unused fieldLibravatar Dirkjan Ochtman1-5/+3
2018-10-07Add Rust macro support at templatesLibravatar bott1-0/+22