-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
FFI tutorial isn't being tested #4509
Copy link
Copy link
Closed
Labels
A-FFIArea: Foreign function interface (FFI)Area: Foreign function interface (FFI)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
Metadata
Metadata
Assignees
Labels
A-FFIArea: Foreign function interface (FFI)Area: Foreign function interface (FFI)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
Type
Fields
Give feedbackNo fields configured for issues without a type.
The FFI tutorial for 0.5 (http://static.rust-lang.org/doc/0.5/tutorial-ffi.html) contains this code, busted in two places:
(See
for data.each |byte|andfn main(args ~[~str]).)I thus conclude that it isn't being tested automatically like the other docs are.