aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0152_arg_with_attr.rs
diff options
context:
space:
mode:
authorJoshua Nelson <[email protected]>2020-01-17 03:20:17 +0000
committerJoshua Nelson <[email protected]>2020-01-17 03:20:17 +0000
commitf077d5c303ecc4f38471b37be985bb0c5ab2f68c (patch)
treefd91936b72ea9334034f8b97f790b7fb419c2f32 /crates/ra_syntax/test_data/parser/inline/ok/0152_arg_with_attr.rs
parentc78e34968ff24bf8b195ea02be54835a09f53abd (diff)
move inline function closer to relevant code
also updates generated inline tests
Diffstat (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0152_arg_with_attr.rs')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0152_arg_with_attr.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0152_arg_with_attr.rs b/crates/ra_syntax/test_data/parser/inline/ok/0152_arg_with_attr.rs
new file mode 100644
index 000000000..5daf1d7b0
--- /dev/null
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0152_arg_with_attr.rs
@@ -0,0 +1,3 @@
1fn main() {
2 foo(#[attr] 92)
3}