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
When you have more than three slashes, you will get an expected item after attributes
error. This should be a special case and not expect a doc attribute. Here's code that reproduces the issue.
fn main() {
//// x
}
The same it true for more than two stars is a multiline comment (/*** x */).