We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41f8a3 commit 46b28e0Copy full SHA for 46b28e0
corpus/declarations.txt
@@ -1038,6 +1038,8 @@ foo(#[bar(some tokens are special in other contexts: $/';()*()+.)] x);
1038
Derive macro helper attributes
1039
================================================================================
1040
1041
+// Example from https://github.com/dtolnay/thiserror/blob/21c26903e29cb92ba1a7ff11e82ae2001646b60d/README.md
1042
+
1043
use thiserror::Error;
1044
1045
#[derive(Error, Debug)]
@@ -1051,6 +1053,7 @@ pub enum Error {
1051
1053
--------------------------------------------------------------------------------
1052
1054
1055
(source_file
1056
+ (line_comment)
1057
(use_declaration
1058
(scoped_identifier (identifier) (identifier)))
1059
(attribute_item
0 commit comments