aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/lib.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-31 20:01:34 +0000
committerAleksey Kladov <[email protected]>2019-01-31 20:23:30 +0000
commit4c0ab7db85d2084870db4a2f92d92a3ae67a3bb1 (patch)
tree4f3f6f904f72253d31ac9be6e42a972ab6b9f003 /crates/ra_mbe/src/lib.rs
parentb4b522fb3952fae365e02ffdc6ef05c8d75b7674 (diff)
explain the magic
Diffstat (limited to 'crates/ra_mbe/src/lib.rs')
-rw-r--r--crates/ra_mbe/src/lib.rs7
1 files changed, 7 insertions, 0 deletions
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 {
109 109
110 use super::*; 110 use super::*;
111 111
112 // Good first issue (although a slightly chellegning one):
113 //
114 // * Pick a random test from here
115 // https://github.com/intellij-rust/intellij-rust/blob/c4e9feee4ad46e7953b1948c112533360b6087bb/src/test/kotlin/org/rust/lang/core/macros/RsMacroExpansionTest.kt
116 // * Port the test to rust and add it to this module
117 // * Make it pass :-)
118
112 #[test] 119 #[test]
113 fn test_convert_tt() { 120 fn test_convert_tt() {
114 let macro_definition = r#" 121 let macro_definition = r#"