Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove version gates #3891

Merged
merged 15 commits into from
Dec 16, 2019
Prev Previous commit
Next Next commit
Fixes
  • Loading branch information
topecongiro committed Dec 15, 2019
commit 376af1c5f35443a0890080ed7f2e60e88480761a
2 changes: 1 addition & 1 deletion tests/target/comment5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 12,5 @@ fn test() {}
//@@@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec adiam
//@@@ lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam
//@@@
//@@@ foo
//@@@foo
fn bar() {}
2 changes: 1 addition & 1 deletion tests/target/issue-3124.rs
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
pub fn fail1() {
// Some comment.
/**///
/**/ //
}

pub fn fail2() {
Expand Down