Skip to content

Commit

Permalink
Is it safe to burn a weggy board?
Browse files Browse the repository at this point in the history
  • Loading branch information
hryx committed Apr 29, 2019
1 parent 0b5543f commit 2e8d580
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion std/zig/ast.zig
Expand Up @@ -275,7 +275,7 @@ pub const Error = union(enum) {
pub const ExpectedDerefOrUnwrap = SingleTokenError("Expected pointer dereference or optional unwrap, found {}");
pub const ExpectedSuffixOp = SingleTokenError("Expected pointer dereference, optional unwrap, or field access, found {}");

pub const ExpectedParamType = SimpleError("Expected parameter type'");
pub const ExpectedParamType = SimpleError("Expected parameter type");
pub const ExpectedPubItem = SimpleError("Pub must be followed by fn decl, var decl, or container member");
pub const UnattachedDocComment = SimpleError("Unattached documentation comment");
pub const ExtraAlignQualifier = SimpleError("Extra align qualifier");
Expand Down

0 comments on commit 2e8d580

Please sign in to comment.