diff options
Diffstat (limited to 'ghc/compiler/rename/RnSource.lhs')
-rw-r--r-- | ghc/compiler/rename/RnSource.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/rename/RnSource.lhs b/ghc/compiler/rename/RnSource.lhs index 674257fe55..945dcf5c88 100644 --- a/ghc/compiler/rename/RnSource.lhs +++ b/ghc/compiler/rename/RnSource.lhs @@ -869,7 +869,7 @@ rnNote (UfCoerce ty) rnNote (UfSCC cc) = returnM (UfSCC cc) rnNote UfInlineCall = returnM UfInlineCall rnNote UfInlineMe = returnM UfInlineMe - +rnNote (UfCoreNote s) = returnM (UfCoreNote s) rnUfCon UfDefault = returnM UfDefault |