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 735bf69 commit 3c3a894Copy full SHA for 3c3a894
cross-checks/rust-checks/tests/fibo/src/main.rs
@@ -1,6 +1,5 @@
1
#![feature(plugin, custom_attribute)]
2
#![plugin(c2rust_xcheck_plugin(config_file = "fibo_globs.c2r"))]
3
-#![cross_check]
4
5
#[macro_use]
6
extern crate c2rust_xcheck_derive;
@@ -9,8 +8,10 @@ extern crate c2rust_xcheck_runtime;
9
8
10
extern crate c2rust_xcheck_backend_dynamic_dlsym;
11
+#[cross_check]
12
mod fibo;
13
14
15
fn main() {
16
for i in 0..5 {
17
//println!("fibo({})={}", i, fibo(i));
0 commit comments