2007-10-19 Nagappan A <anagappan@novell.com>
[mono.git] / mcs / errors / errors.txt
index d66a779db34cd61e16640f0704056d9d6926fb12..f8abfa43c60b55631d97f427a07be5bcf5a4b18b 100644 (file)
@@ -81,14 +81,15 @@ numbers, as they look nicer on the debugging output.
 
 -27    Attribute resolved to two different types
 
--28    (warning) Somehow there's a function marked override, and
-       doesn't override anything.  Warn that this method will be
-       ignored during overload resolution.  (marked override == in IL,
-       it has a 'virtual', but no 'newslot')
+-28    (retired)
 
 -29     Use -option instead of --option: to move people to the new
        command line handling.
    
+-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.
 
 ----------