You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
In created test_rust_project.rc, the following crate attribute is created:
[crate_type = "test"];
Compiling with rustc 1.0.0.dev results in:
"test_rust_project.rc:2:1: 2:23 warning: this inner attribute syntax is deprecated. The new syntax is
#![foo]
, with a bang and no semicolon"The text was updated successfully, but these errors were encountered: