Skip to content

Commit b00adfa

Browse files
committed
Add svg test for suggestion rendering
1 parent 069199a commit b00adfa

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//@ only-linux
2+
//@ compile-flags: --error-format=human --color=always
3+
4+
enum Enum {
5+
Foo,
6+
Bar,
7+
}
8+
impl Enum {
9+
fn baz() {}
10+
}
11+
12+
fn main() {
13+
Enum::bar();
14+
}
Loading

0 commit comments

Comments
 (0)