February 27, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 4d6cf6bcf813bc9b9ec59415b13d67e1475ba289
      https://github.com/D-Programming-Language/dmd/commit/4d6cf6bcf813bc9b9ec59415b13d67e1475ba289
  Author: Walter Bright <walter@walterbright.com>
  Date:   2012-02-27 (Mon, 27 Feb 2012)

  Changed paths:
    M src/mtype.c
  M src/scope.c
  M src/scope.h
  M src/template.c
  M src/traits.c
  M test/runnable/template4.d

  Log Message:
  -----------
  Merge pull request #771 from donc/bug7589

7589 __traits(compiles) does not work with a template that fails to compile