We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1e211 commit 315743dCopy full SHA for 315743d
2 files changed
rules/stdio/ir_refcount.json
@@ -890,17 +890,6 @@
890
"is_refcount_pointer": true
891
}
892
},
893
- "f10": {
894
- "body": [
895
- {
896
- "text": "libcc2rs::cin()"
897
- }
898
- ],
899
- "return_type": {
900
- "type": "Ptr<::std::fs::File>",
901
- "is_refcount_pointer": true
902
903
- },
904
"t1": {
905
"init": "Ptr::null()",
906
"type": "Ptr<::std::fs::File>",
rules/stdio/ir_unsafe.json
@@ -861,17 +861,6 @@
861
"is_unsafe_pointer": true
862
863
864
865
866
867
- "text": "libcc2rs::cin_unsafe()"
868
869
870
871
- "type": "*mut ::std::fs::File",
872
- "is_unsafe_pointer": true
873
874
875
876
"init": "Default::default()",
877
"type": "*mut ::std::fs::File",
0 commit comments