Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / errors / errors.txt
index 2990c2158dcdf6c0233381fbd7cf911a9350ac83..52d90e849111888a25a9506728eb506857b4279e 100644 (file)
@@ -89,6 +89,25 @@ numbers, as they look nicer on the debugging output.
 -30     This version of the runtime does not support making pinned local variables.  
         This code may cause errors on a runtime with a moving GC
 
+-31     Internal compiler error during the method emit phase.
+
+-32     Internal compiler error during parsing.
+
+-33     Contravariant type parameters cannot be the return type.
+
+-34     Contravariant type parameters can only be used as type arguments in
+       contravariant positions.
+
+-35     Covariant type parameters can only be used as type arguments in
+       covariant positions.
+
+-36     Variant type parameters can only be used with interface and
+        delegate types.
+
+-37     Contravariant type parameters cannot be byref method parameters.
+
+-38     Covariant type parameters cannot be used as method parameters.
+
 ----------
 
 Errors that we have allocated that will have corresponding errors in