X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Ferrors.txt;h=52d90e849111888a25a9506728eb506857b4279e;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=5453183e89a9b22691694fc3ea32149825995bb8;hpb=98a86ecd4ba2d3b4631d98ac5a4abf23f4e6c3e3;p=mono.git diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt old mode 100755 new mode 100644 index 5453183e89a..52d90e84911 --- a/mcs/errors/errors.txt +++ b/mcs/errors/errors.txt @@ -79,6 +79,35 @@ numbers, as they look nicer on the debugging output. -26 Corlib compilation is not supported in MS.NET +-27 Attribute resolved to two different types + +-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. + +-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 @@ -130,4 +159,4 @@ the Microsoft C# compiler: -221 params modifier present in anonymous method declaration --222 yield statement only available in C# 2.0 mode \ No newline at end of file +-222 yield statement only available in C# 2.0 mode