It creates `.a` instead. And if one wants to get the link line in shell you have this mouthful expression: ``` sh NATIVE_LIBS=`rustc --crate-type staticlib \ --print native-static-libs 2>&1 - < /dev/null | \ grep native-static-libs | cut -d ':' -f 3` ```