Skip to content

Commit 3856e98

Browse files
committed
say what unsupported input is
1 parent cfd4bca commit 3856e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/unsafe-finder/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct FnStats {
1919
name: String,
2020
is_unsafe: Option<bool>,
2121
has_unsafe_ops: Option<bool>,
22-
has_unsupported_input: Option<bool>,
22+
has_unsupported_input: Option<bool>, // i.e. a function contains coroutines, floats, fn defs, fn ptrs, interior mut, raw pointers, recursive types, and mut refs
2323
has_loop_or_iterator: Option<bool>,
2424
is_public: Option<bool>,
2525
}

0 commit comments

Comments
 (0)