We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2705092 commit 51fd7afCopy full SHA for 51fd7af
library/src/scala/quoted/Quotes.scala
@@ -51,7 +51,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
51
* Emits an error and throws if the expression does not represent a value or possibly contains side effects.
52
* Otherwise returns the value.
53
*/
54
- @deprecated("Use valueOrThrow", "3.0.0-RC3")
+ @deprecated("Use valueOrAbort", "3.0.0-RC3")
55
def valueOrError(using FromExpr[T]): T = valueOrAbort
56
57
/** Return the value of this expression.
0 commit comments