Just place this module in your D8 site, clear the cache and it will throw and exception.
I nuked my test site and started a new install and got an error message:
Fatal error: Call to undefined function Drupal\Core\Render\system_page_attachments() in /Users/jmburnz/Sites/contrib/drupal-stable/core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php on line 65
This lead me to the malformed yml file.
http://cgit.drupalcode.org/fixteaserlinks/tree/fixteaserlinks.info.yml
description = Control visibility of teaserlinks. should be description: Control visibility of teaserlinks.
Comments
Comment #2
Jeff Burnz commentedComment #4
gisleThanks for spotting this!
Error was introduced yesterday with a too quick copy-paste from the D7 version.