Skip to content

Commit db4ceca

Browse files
committed
Merge pull request #56 from retronym/topic/still-todo
Update TODO comment about pres. compiler friendliness.
2 parents 5fe6f19 + af4dccc commit db4ceca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/async/internal/AsyncMacro.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private[async] trait AsyncMacro
3636
// Have your cake : Scala IDE sees original trees and hyperlinking, etc within async blocks "Just Works"
3737
// Eat it too : (domain specific errors like "unsupported use of await"
3838
//
39-
// TODO roll this idea back into scala/scala
39+
// TODO remove this once we unsupport 2.10.x, scalac 2.11 does this automatically.
4040

4141
import global.Tree
4242
type Suppress = { def suppressMacroExpansion(a: Tree): Tree }

0 commit comments

Comments
 (0)