Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fde01d316d14d42c2d2201e430c55ad67e0ae512
Choose a base ref
...
head repository: golang/go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a41d32189ed90822cf9d6d9d5bb8a67f3531c17
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 23, 2021

  1. cmd/compile: revise error msg in type assertion ptr/non-ptr condition

    Revise the error message under the condition that type assertion has
    mismatching pointer/non-pointer type.
    
    This adds a better error hint for the situation that a user writes x.(*I),
    but they meant to write x.(I).
    
    Fixes #43673
    howjmay committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    6a41d32 View commit details
    Browse the repository at this point in the history
Loading