From 4c0ab7db85d2084870db4a2f92d92a3ae67a3bb1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 31 Jan 2019 23:01:34 +0300 Subject: explain the magic --- crates/ra_mbe/src/lib.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crates/ra_mbe/src/lib.rs') diff --git a/crates/ra_mbe/src/lib.rs b/crates/ra_mbe/src/lib.rs index af3ccc0f5..3e7f458cf 100644 --- a/crates/ra_mbe/src/lib.rs +++ b/crates/ra_mbe/src/lib.rs @@ -109,6 +109,13 @@ mod tests { use super::*; + // Good first issue (although a slightly chellegning one): + // + // * Pick a random test from here + // https://github.com/intellij-rust/intellij-rust/blob/c4e9feee4ad46e7953b1948c112533360b6087bb/src/test/kotlin/org/rust/lang/core/macros/RsMacroExpansionTest.kt + // * Port the test to rust and add it to this module + // * Make it pass :-) + #[test] fn test_convert_tt() { let macro_definition = r#" -- cgit v1.2.3