``` godot:build jdm$ rustc -L foo -Lbar error: Argument to option 'L' missing. godot:build jdm$ rustc -L foo -Lbar a error: Unrecognized option: 'b'. ``` We should handle this properly.