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 c02d2db commit 1b16d5dCopy full SHA for 1b16d5d
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 84874984526073c3605664e55b09efddbbe7189c
+refs/heads/master: f17a5220cb71c4f67476738fbbef803265505131
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 3a96d6a9818fe2affc98a187fb1065120458cee9
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
trunk/src/test/run-pass/extern-methods.rs
@@ -7,7 +7,10 @@
7
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
-trait A {
+
11
+use std::marker::MarkerTrait;
12
13
+trait A : MarkerTrait {
14
extern "fastcall" fn test1(i: i32);
15
extern fn test2(i: i32);
16
}
0 commit comments