diff options
Diffstat (limited to 'tests/data/parser/inline/0039_path_expr.rs')
-rw-r--r-- | tests/data/parser/inline/0039_path_expr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0039_path_expr.rs b/tests/data/parser/inline/0039_path_expr.rs index e9855bad7..333ebabef 100644 --- a/tests/data/parser/inline/0039_path_expr.rs +++ b/tests/data/parser/inline/0039_path_expr.rs | |||
@@ -2,4 +2,5 @@ fn foo() { | |||
2 | let _ = a; | 2 | let _ = a; |
3 | let _ = a::b; | 3 | let _ = a::b; |
4 | let _ = ::a::<b>; | 4 | let _ = ::a::<b>; |
5 | let _ = format!(); | ||
5 | } | 6 | } |