FFI tutorial isn't being tested #4509
Labels
A-FFI
Area: Foreign function interface (FFI)
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
The text was updated successfully, but these errors were encountered: